DRTVWR-568: Stop suppressing unused variable warnings -- we fixed?!

master
Nat Goodspeed 2022-09-20 14:27:11 -04:00
parent 3c6e2a6e4c
commit a441ce184f
1 changed files with 1 additions and 1 deletions

View File

@ -180,7 +180,7 @@ if (LINUX OR DARWIN)
list(APPEND GCC_WARNINGS -Werror)
endif (NOT GCC_DISABLE_FATAL_WARNINGS)
list(APPEND GCC_WARNINGS -Wno-reorder -Wno-non-virtual-dtor -Wno-unused-variable )
list(APPEND GCC_WARNINGS -Wno-reorder -Wno-non-virtual-dtor )
add_compile_options(${GCC_WARNINGS})
add_compile_options(-m${ADDRESS_SIZE})