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