Visible to Intel only — GUID: GUID-AAAF0C79-5CBC-4AD9-ACE5-4DE5D42FBFDC
Visible to Intel only — GUID: GUID-AAAF0C79-5CBC-4AD9-ACE5-4DE5D42FBFDC
Wcheck
Tells the compiler to perform compile-time code checking for certain code.
Linux and macOS: |
-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.
Visual Studio: None
Eclipse: Compilation Diagnostics > Allow Usage Messages
Xcode: Diagnostics > Allow Usage Messages
None