Intel® oneAPI DPC++/C++ Compiler 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.
Syntax
Linux: |
-Wformat -Wno-format |
Windows: |
/Wformat /Wno-format |
Arguments
None
Default
Wno-format |
Argument checking is not enabled for calls to printf, scanf, and so forth. |
Description
This option determines whether argument checking is enabled for calls to printf, scanf, and so forth.
IDE Equivalent
Alternate Options
None