Skip to content

Commit 797c479

Browse files
committed
no werror
1 parent ff41f34 commit 797c479

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ if(CMAKE_COMPILER_IS_GNUCC OR "${CMAKE_CXX_COMPILER_ID}" MATCHES "(Apple)?Clang"
9999
add_cxx_flag_if_supported(-Wmisleading-indentation)
100100
add_cxx_flag_if_supported(-Wunused-function)
101101
add_cxx_flag_if_supported(-Wunused-variable)
102-
add_cxx_flag_if_supported(-Werror)
102+
#add_cxx_flag_if_supported(-Werror)
103103
if(NOT CMAKE_BUILD_TYPE MATCHES "Release|RelWithDebInfo|MinSizeRel")
104104
# Enable more warnings if not doing a release build.
105105
add_cxx_flag_if_supported(-Wall)

0 commit comments

Comments
 (0)