projects
/
fairystockfish.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
(parent:
c2cefa6
)
Update disabled warnings for Intel compiler
author
Jean-Francois Romang
<jeanfrancois.romang@gmail.com>
Sun, 22 Sep 2013 16:10:24 +0000 (18:10 +0200)
committer
Marco Costalba
<mcostalba@gmail.com>
Mon, 23 Sep 2013 06:11:43 +0000 (08:11 +0200)
No functional change.
src/Makefile
patch
|
blob
|
history
diff --git
a/src/Makefile
b/src/Makefile
index
ad8ec05
..
1f9f27d
100644
(file)
--- 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)