NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

Compiler Warning (level 1) C4095

expected ')'; found 'token'

A pragma that takes one argument is given more than one argument. The compiler ignores the remainder of the line.

Example

#pragma inline_depth( 10, 18, 67 )  // warning