Commit 1402717d authored by Leif Walsh's avatar Leif Walsh Committed by Yoni Fogel

[t:4871] turn -Werror back on

git-svn-id: file:///svn/toku/tokudb@43440 c7de825b-a66e-492c-adef-691d508d4ae1
parent b8bfca6e
......@@ -116,12 +116,14 @@ if (CMAKE_C_COMPILER_ID MATCHES Intel)
## set icc warnings
set(WARN_CFLAGS
-Wall
-Werror
-Wcheck ## icc version of -Wextra
)
else()
## set gcc warnings
set(WARN_CFLAGS
-Wall
-Werror
-Wextra
-Wcast-align
-Wbad-function-cast
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment