]> git.sesse.net Git - stockfish/blobdiff - src/Makefile
Ignore two braindamaged remarks under icc
[stockfish] / src / Makefile
index 1d258a4485db95f3d68700c68e6fcba3f3c1d026..7eef34166af9c729e822ed684f1f881c8730ca0c 100644 (file)
@@ -238,7 +238,7 @@ ifeq ($(comp),mingw)
 endif
 
 ifeq ($(comp),icc)
 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)
 endif
 
 ifeq ($(os),osx)