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

anachronism used : modifiers/qualifiers interspersed, qualifier ignored

Using a qualifier before a Microsoft modifier such as __cdecl is an outdated practice.

Example

int __cdecl const function1(); /* cost ignored */