nonstandard extension used : 'keyword' keyword not supported in this product
The compiler does not support the keyword you used.
This warning is automatically promoted to an error. If you wish to modify this behavior, use #pragma warning. For example, to make C4235 into a level 4 warning issue,
#pragma warning(2:4235)
in your source code file.