DRTVWR-568: Stop suppressing unused variable warnings -- we fixed?!
parent
3c6e2a6e4c
commit
a441ce184f
|
|
@ -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})
|
||||
|
|
|
|||
Loading…
Reference in New Issue