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) C4077

unknown check_stack option

The old form of the check_stack pragma is used with an unknown argument. The argument must be +, -, or empty.

The compiler ignores the pragma and leaves the stack checking unchanged.

Example

#pragma check_stack yes // warning
#pragma check_stack +    // Correct old form
#pragma check_stack (on) // Correct new form