Skip to content
Snippets Groups Projects
Commit a441ce18 authored by Nat Goodspeed's avatar Nat Goodspeed
Browse files

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

parent 3c6e2a6e
No related branches found
No related tags found
No related merge requests found
...@@ -180,7 +180,7 @@ if (LINUX OR DARWIN) ...@@ -180,7 +180,7 @@ if (LINUX OR DARWIN)
list(APPEND GCC_WARNINGS -Werror) list(APPEND GCC_WARNINGS -Werror)
endif (NOT GCC_DISABLE_FATAL_WARNINGS) 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(${GCC_WARNINGS})
add_compile_options(-m${ADDRESS_SIZE}) add_compile_options(-m${ADDRESS_SIZE})
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment