Commit 97376519 authored by Yoni Fogel's avatar Yoni Fogel

[t:2216] Windows port of #2216. warning 147 is ignored in intel's -Werror. Put in a workaround.

git-svn-id: file:///svn/toku/tokudb@18188 c7de825b-a66e-492c-adef-691d508d4ae1
parent 76675634
......@@ -291,7 +291,7 @@ ifneq ($(CYGWIN),)
DBG_OPTFLAGS = -Od
COMBINE_C = -Qipo-c
WERROR = -WX # Windows icc version of -Werror
WERROR += -Qdiag-error:167,266,810,592 # Workarounds for -WX not being complete on windows icc
WERROR += -Qdiag-error:167,266,810,592,147 # Workarounds for -WX not being complete on windows icc
SYMBOLS= -Zi -debug:all -Qinline-debug-info
PORTABILITY=
PORTABILITY_HEADERS = $(TOKUROOT)windows
......
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