summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorMathias Preiner <mathias.preiner@gmail.com>2021-03-01 10:36:58 -0800
committerGitHub <noreply@github.com>2021-03-01 18:36:58 +0000
commit7029d2c168cb49d3b9552f505a00cc7f538bc100 (patch)
tree10c4dc80c3ef9c41d2486a9f26d941da62330e30 /CMakeLists.txt
parent9b48d6e5abd3682ec64cd3f6c9b024fa2a7321aa (diff)
Make -Werror optional but enable it for CI. (#6032)
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt1
1 files changed, 0 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index c32c10f4d..b48974cc3 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -234,7 +234,6 @@ include(Config${CMAKE_BUILD_TYPE})
add_check_c_cxx_flag("-O${OPTIMIZATION_LEVEL}")
add_check_c_cxx_flag("-Wall")
-add_check_c_cxx_flag("-Werror")
add_check_c_cxx_flag("-Wno-unused-private-field")
add_check_c_flag("-fexceptions")
add_check_cxx_flag("-Wsuggest-override")
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback