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-22FD192C-4C9D-4C16-B3DE-C3629D2EE483
Visible to Intel only — GUID: GUID-22FD192C-4C9D-4C16-B3DE-C3629D2EE483
Wstrict-prototypes
Determines whether warnings are issued for functions declared or defined without specified argument types.
Syntax
Linux: |
-Wstrict-prototypes -Wno-strict-prototypes |
Windows: |
/Wstrict-prototypes /Wno-strict-prototypes |
Arguments
None
Default
Wno-strict-prototypes |
No warnings are issued for functions declared or defined without specified argument types. |
Description
This option determines whether warnings are issued for functions declared or defined without specified argument types.
IDE Equivalent
Alternate Options
None