mirror of
https://github.com/MariaDB/server.git
synced 2025-01-22 23:04:20 +01:00
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:
parent
41253ffabb
commit
332b87bd3b
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue