1
0
Fork 0
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:
Jean-Francois Romang 2013-09-22 18:10:24 +02:00 committed by Marco Costalba
parent c2cefa6de0
commit 7b2cda95d9

View file

@ -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)