Intel® C++ Compiler 16.0 User and Reference Guide
Determines whether warnings are issued for functions declared or defined without specified argument types.
Linux and OS X: | -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