Skip to content

Latest commit

 

History

History
13 lines (11 loc) · 565 Bytes

compiler-warning-levels-1-and-4-c4223.md

File metadata and controls

13 lines (11 loc) · 565 Bytes
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
C4223
C4223
6fc44336-0250-4432-928b-fc5dbe7b7c1c

Compiler Warning (level 1 and level 4) C4223

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.