X-Git-Url: https://git.sesse.net/?p=stockfish;a=blobdiff_plain;f=src%2FMakefile;h=1f9f27dae570c61c55191a57df59dcee85f914be;hp=ad8ec05ffb3c9406e173ef1870655e6f29ecebd9;hb=7b2cda95d9d697a047ac8df33d3805ba77590a8f;hpb=c2cefa6de0807e389709a1a12591eb3a86017d08 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)