Intel® C++ Compiler 19.0 Developer Guide and Reference
Determines whether warnings are issued for functions declared or defined without specified argument types.
Linux and macOS: | -Wstrict-prototypes -Wno-strict-prototypes |
Windows: | None |
None
-Wno-strict-prototypes |
No warnings are issued for functions declared or defined without specified argument types. |
This option determines whether warnings are issued for functions declared or defined without specified argument types.
None