Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/extern
diff options
context:
space:
mode:
authorSebastian Parborg <darkdefende@gmail.com>2020-09-02 22:06:02 +0300
committerSebastian Parborg <darkdefende@gmail.com>2020-09-02 22:06:02 +0300
commitff7d74235023d0c927c0ad3f4d72d1c5dd41b240 (patch)
treec3cc4790953c99bc9e238b74f42af81b0189d1a0 /extern
parent4446c3a593c51603e135e38951607b9b668ddec5 (diff)
Quiet all warnings when building Bullet
Diffstat (limited to 'extern')
-rw-r--r--extern/bullet2/CMakeLists.txt5
1 files changed, 1 insertions, 4 deletions
diff --git a/extern/bullet2/CMakeLists.txt b/extern/bullet2/CMakeLists.txt
index 648442e1bd9..2c63d76296c 100644
--- a/extern/bullet2/CMakeLists.txt
+++ b/extern/bullet2/CMakeLists.txt
@@ -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()