Determines whether warnings are issued for functions declared or defined without specified argument types.
Linux: | -Wstrict-prototypes -Wno-strict-prototypes |
Windows: | /Wstrict-prototypes /Wno-strict-prototypes |
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