Switch off warning, Icc
This commit is contained in:
parent
26957ae93b
commit
682d3a2046
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
|||
.SUFFIXES: .C .cxx .cc .cpp
|
||||
|
||||
c++WARN = -wd584,654,819,1125,1476,1505,1572
|
||||
c++WARN = -wd327,584,654,819,1125,1476,1505,1572
|
||||
|
||||
CC = icpc -DIntel
|
||||
|
||||
|
|
Reference in a new issue