Compiler Warning (levels 1 and 4) C4223
Visual Studio 2005
Error Message
nonstandard extension used : non-lvalue array converted to pointerIn standard C, you cannot convert a non-lvalue array to a pointer. With the default Microsoft extensions (/Ze), you can.