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.
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
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.