Visual C++ Compiler Warning C4237

Message Text

nonstandard extension used : 'keyword' keyword is reserved for future use

Severity

This is a level 1 warning if the Microsoft language extensions are enabled (as by /Ze). Otherwise, it is not a warning but an error (C2328).

Circumstances

Although the C++ compiler has code for raising this warning, it seems that this code is unreachable.