We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cbb3002 commit 3af5ee7Copy full SHA for 3af5ee7
CMakeLists.txt
@@ -99,7 +99,7 @@ if(CMAKE_COMPILER_IS_GNUCC OR "${CMAKE_CXX_COMPILER_ID}" MATCHES "(Apple)?Clang"
99
add_cxx_flag_if_supported(-Wmisleading-indentation)
100
add_cxx_flag_if_supported(-Wunused-function)
101
add_cxx_flag_if_supported(-Wunused-variable)
102
- add_cxx_flag_if_supported(-Werror)
+ #add_cxx_flag_if_supported(-Werror)
103
if(NOT CMAKE_BUILD_TYPE MATCHES "Release|RelWithDebInfo|MinSizeRel")
104
# Enable more warnings if not doing a release build.
105
add_cxx_flag_if_supported(-Wall)
0 commit comments