Determines whether a warning is issued if a local or non-constant static variable is unused after being declared.
IA-32, IntelĀ® 64, IA-64 architectures
Linux and Mac OS X: |
-Wunused-variable -Wno-unused-variable |
Windows: |
None |
None
-Wno-unused-variable |
No warning is issued if a local or non-constant static variable is unused after being declared. |
This option determines whether a warning is issued if a local or non-constant static variable is unused after being declared.
None