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) ...@@ -116,12 +116,14 @@ if (CMAKE_C_COMPILER_ID MATCHES Intel)
## set icc warnings ## set icc warnings
set(WARN_CFLAGS set(WARN_CFLAGS
-Wall -Wall
-Werror
-Wcheck ## icc version of -Wextra -Wcheck ## icc version of -Wextra
) )
else() else()
## set gcc warnings ## set gcc warnings
set(WARN_CFLAGS set(WARN_CFLAGS
-Wall -Wall
-Werror
-Wextra -Wextra
-Wcast-align -Wcast-align
-Wbad-function-cast -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