Skip to content

Latest commit

 

History

History
13 lines (11 loc) · 549 Bytes

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

File metadata and controls

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

Compiler Warning (levels 1 and 4) C4223

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.