Quiet all warnings when building Bullet
This commit is contained in:
5
extern/bullet2/CMakeLists.txt
vendored
5
extern/bullet2/CMakeLists.txt
vendored
@@ -20,11 +20,8 @@
|
||||
|
||||
# avoid noisy warnings
|
||||
if(CMAKE_COMPILER_IS_GNUCC OR CMAKE_C_COMPILER_ID MATCHES "Clang")
|
||||
add_c_flag(
|
||||
"-Wno-unused-result -Wno-unused-variable -Wno-unused-but-set-variable -Wno-reorder"
|
||||
)
|
||||
remove_cc_flag(
|
||||
"-Wmissing-declarations"
|
||||
"-Wall"
|
||||
)
|
||||
endif()
|
||||
|
||||
|
Reference in New Issue
Block a user