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

pragma parameters included an empty string, pragma ignored

A null string was given as an argument to a #pragma.

The pragma was processed without the argument.

Example

#pragma code_seg("")    // warning
void main() {}