Intel® C++ Compiler Classic Developer Guide and Reference
A newer version of this document is available. Customers should click here to go to the newest version.
Visible to Intel only — GUID: GUID-FB4CF2DA-7FC4-4E34-A75D-64222C7964EE
Visible to Intel only — GUID: GUID-FB4CF2DA-7FC4-4E34-A75D-64222C7964EE
Wformat
Determines whether argument checking is enabled for calls to printf, scanf, and so forth.
Linux: |
-Wformat -Wno-format |
macOS: |
-Wformat -Wno-format |
Windows: |
None |
None
-Wno-format |
Argument checking is not enabled for calls to printf, scanf, and so forth. |
This option determines whether argument checking is enabled for calls to printf, scanf, and so forth.
None