description | title | ms.date | f1_keywords | helpviewer_keywords | ms.assetid | ||
---|---|---|---|---|---|---|---|
Learn more about: Compiler Warning (levels 1 and 4) C4223 |
Compiler Warning (levels 1 and 4) C4223 |
11/04/2016 |
|
|
6fc44336-0250-4432-928b-fc5dbe7b7c1c |
nonstandard extension used : non-lvalue array converted to pointer
In standard C, you cannot convert a non-lvalue array to a pointer. With the default Microsoft extensions (/Ze), you can.