X-Git-Url: https://git.sesse.net/?p=stockfish;a=blobdiff_plain;f=src%2FMakefile;h=7eef34166af9c729e822ed684f1f881c8730ca0c;hp=1d258a4485db95f3d68700c68e6fcba3f3c1d026;hb=61c03b9d22de0c1ccf0c60af4e223775d4b3f7cc;hpb=dee878082960be198fdb1493940b3d8a2be0bd58 diff --git a/src/Makefile b/src/Makefile index 1d258a44..7eef3416 100644 --- a/src/Makefile +++ b/src/Makefile @@ -238,7 +238,7 @@ ifeq ($(comp),mingw) endif ifeq ($(comp),icc) - CXXFLAGS += -wd383,981,10187,10188,11505,11503 -Wcheck -Wabi -Wdeprecated -strict-ansi + CXXFLAGS += -wd383,981,1418,1419,10187,10188,11505,11503 -Wcheck -Wabi -Wdeprecated -strict-ansi endif ifeq ($(os),osx)