]> git.sesse.net Git - stockfish/blobdiff - src/Makefile
Move split() under Thread
[stockfish] / src / Makefile
index ee4374d8610462c22ef7cc54e95c435f6a3e221f..ea00e7286982af94412422c7cadba6efbecf8851 100644 (file)
@@ -242,7 +242,7 @@ ifeq ($(comp),mingw)
 endif
 
 ifeq ($(comp),icc)
-       CXXFLAGS += -wd383,981,1418,1419,10187,10188,11505,11503 -Wcheck -Wabi -Wdeprecated -strict-ansi
+       CXXFLAGS += -wd383,981,1418,1419,1476,10187,10188,11505,11503 -Wcheck -Wabi -Wdeprecated -strict-ansi
 endif
 
 ifeq ($(comp),clang)