Tells the compiler to perform compile-time code checking for certain code.
Windows: None
Linux: Compilation Diagnostics > Allow Usage Messages
Mac OS X: Diagnostics > Allow Usage Messages
IA-32, Intel® 64 architectures
Linux and Mac OS X: | -Wcheck |
Windows: | /Wcheck |
None
OFF |
No compile-time code checking is performed. |
This option tells the compiler to perform compile-time code checking for certain code. It specifies to check for code that exhibits non-portable behavior, represents a possible unintended code sequence, or possibly affects operation of the program because of a quiet change in the ANSI C Standard.
None
Copyright © 1996-2010, Intel Corporation. All rights reserved.