Intel® C++ Compiler XE 13.1 User and Reference Guides
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.
All
Linux and 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