Intel® C++ Compiler 16.0 User and Reference Guide
Determines whether a warning is issued if a declared function is not used.
Linux and OS X: | -Wunused-function -Wno-unused-function |
Windows: | None |
None
-Wno-unused-function |
No warning is issued if a declared function is not used. |
This option determines whether a warning is issued if a declared function is not used.
None