Commit 19b8b862 authored by Yoni Fogel's avatar Yoni Fogel

Closes #1299 Workaround: any warnings that -WX doesn't work with, add a -Qdiag-error: for

git-svn-id: file:///svn/toku/tokudb@10490 c7de825b-a66e-492c-adef-691d508d4ae1
parent 25a8c80b
......@@ -246,6 +246,7 @@ ifneq ($(CYGWIN),)
DBG_OPTFLAGS = -Od
COMBINE_C = -Qipo-c
WERROR = -WX # Windows icc version of -Werror
WERROR += -Qdiag-error:167,266 # Workarounds for -WX not being complete on windows icc
SYMBOLS= -Zi -debug:all -Qinline-debug-info
PORTABILITY=
SKIP_WARNING += $(ICC_NOWARN)1786 # Don't complain about 'read/write/other standards' being deprecated
......
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