Intel® C++ Compiler 19.0 Developer Guide and Reference
Determines whether a warning is issued if the return type of main is not expected.
Linux and macOS: | -Wmain -Wno-main |
Windows: | None |
None
-Wno-main |
No warning is issued if the return type of main is not expected. |
This option determines whether a warning is issued if the return type of main is not expected.
None