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

'typemod' : may be used on integral types only

A type modifier, whether it is signed or unsigned, cannot be used with a noninteger type. It is ignored.

Example

unsigned double x; // warning