A newer version of this document is available. Customers should click here to go to the newest version.
Visible to Intel only — GUID: GUID-88CC13E5-F067-443E-8176-43DE4DF9C15D
Visible to Intel only — GUID: GUID-88CC13E5-F067-443E-8176-43DE4DF9C15D
Wunused-function
Determines whether a warning is issued if a declared function is not used.
Syntax
Linux: |
-Wunused-function -Wno-unused-function |
Windows: |
/Wunused-function /Wno-unused-function |
Arguments
None
Default
Wno-unused-function |
No warning is issued if a declared function is not used. |
Description
This option determines whether a warning is issued if a declared function is not used.
IDE Equivalent
Alternate Options
None