Commit 63750c8c authored by Yoni Fogel's avatar Yoni Fogel

Addresses #1299 Added 810 to warnings that WX doesn't work for

git-svn-id: file:///svn/toku/tokudb@10912 c7de825b-a66e-492c-adef-691d508d4ae1
parent 2edf9c8d
......@@ -246,7 +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
WERROR += -Qdiag-error:167,266,810 # 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