Add idag-enable port-win. Addresses #1085.

git-svn-id: file:///svn/tokudb.1131b+1080a+1185@6460 c7de825b-a66e-492c-adef-691d508d4ae1
This commit is contained in:
Bradley C. Kuszmaul 2013-04-16 23:57:20 -04:00 committed by Yoni Fogel
parent 41253ffabb
commit 332b87bd3b

View file

@ -40,6 +40,7 @@ ifneq ($(CC),icc)
else
CFLAGS += -Werror
CFLAGS += -g
CFLAGS += -diag-enable port-win
CFLAGS += -diag-disable 177 # Don't complain about static variables that are not used.
CFLAGS += -diag-disable 981 # Don't complain about "operands are evaluated in unspecified order". This seems to be generated whenever more than one argument to a function or operand is computed by function call.
endif