From: Jean-Francois Romang Date: Sun, 22 Sep 2013 16:10:24 +0000 (+0200) Subject: Update disabled warnings for Intel compiler X-Git-Url: https://git.sesse.net/?p=stockfish;a=commitdiff_plain;h=7b2cda95d9d697a047ac8df33d3805ba77590a8f Update disabled warnings for Intel compiler No functional change. --- diff --git a/src/Makefile b/src/Makefile index ad8ec05f..1f9f27da 100644 --- a/src/Makefile +++ b/src/Makefile @@ -243,7 +243,7 @@ ifeq ($(comp),mingw) endif ifeq ($(comp),icc) - CXXFLAGS += -wd383,981,1418,1419,1476,10187,10188,11505,11503 -Wcheck -Wabi -Wdeprecated -strict-ansi + CXXFLAGS += -diag-disable 1476,10120 -Wcheck -Wabi -Wdeprecated -strict-ansi endif ifeq ($(comp),clang)