Intel® C++ Compiler 19.0 Developer Guide and Reference
Determines whether warnings are issued for missing prototypes.
Linux and macOS: | -Wmissing-prototypes -Wno-missing-prototypes |
Windows: | None |
None
-Wno-missing-prototypes |
No warnings are issued for missing prototypes. |
Determines whether warnings are issued for missing prototypes.
If -Wmissing-prototypes is specified, it tells the compiler to detect global functions that are defined without a previous prototype declaration.
None