mirror of
https://github.com/sockspls/badfish
synced 2025-05-01 09:13:08 +00:00
Update disabled warnings for Intel compiler
No functional change.
This commit is contained in:
parent
c2cefa6de0
commit
7b2cda95d9
1 changed files with 1 additions and 1 deletions
|
@ -243,7 +243,7 @@ ifeq ($(comp),mingw)
|
||||||
endif
|
endif
|
||||||
|
|
||||||
ifeq ($(comp),icc)
|
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
|
endif
|
||||||
|
|
||||||
ifeq ($(comp),clang)
|
ifeq ($(comp),clang)
|
||||||
|
|
Loading…
Add table
Reference in a new issue