There was an error while loading. Please reload this page.
1 parent ac2604f commit a13157aCopy full SHA for a13157a
storage/tokudb/ft-index/cmake_modules/TokuSetupCompiler.cmake
@@ -182,9 +182,9 @@ if (NOT CMAKE_CXX_COMPILER_ID STREQUAL Clang)
182
set_cflags_if_supported(-Wcast-align)
183
endif ()
184
185
-## always want these
186
-set(CMAKE_C_FLAGS "-Wall -Werror ${CMAKE_C_FLAGS}")
187
-set(CMAKE_CXX_FLAGS "-Wall -Werror ${CMAKE_CXX_FLAGS}")
+## never want these
+set(CMAKE_C_FLAGS "-Wno-error ${CMAKE_C_FLAGS}")
+set(CMAKE_CXX_FLAGS "-Wno-error ${CMAKE_CXX_FLAGS}")
188
189
## need to set -stdlib=libc++ to get real c++11 support on darwin
190
if (APPLE)
0 commit comments