Determines whether warnings are issued when a function uses the default int return type or when a return statement is used in a void function.
IA-32, IntelĀ® 64, IA-64 architectures
Linux and Mac OS X: |
-Wreturn-type -Wno-return-type |
Windows: |
None |
None
-Wno-return-type |
No warnings are issued when a function uses the default int return type or when a return statement is used in a void function. |
This option determines whether warnings are issued when a function uses the default int return type or when a return statement is used in a void function.
None