CMake: Remove redundant warning

-Wunused-const-variable is enabled with -Wunused-variable
which is enabled by -Wall.
This commit is contained in:
João Valverde 2022-12-04 16:18:09 +00:00
parent 266a0d38b4
commit 2897e904f9
1 changed files with 0 additions and 2 deletions

View File

@ -677,8 +677,6 @@ else() # ! MSVC
#
### Flags for C only ###
#
# The following are C only, not C++
-Wunused-const-variable
#
# XXX - some versions of GCC, including the one in at
# least some Xcode versions that come with Mac OS X