1
0
Fork 0

Ignore two braindamaged remarks under icc

Remark 1418: external function definition with no prior declaration

and

Remark 1419: external declaration in primary source file

Can be safely ignored because are pure idiocy.

No functional change.

Signed-off-by: Marco Costalba <mcostalba@gmail.com>
sf_2.3.1_base
Marco Costalba 2010-12-25 08:59:47 +01:00
parent dee8780829
commit 61c03b9d22
1 changed files with 1 additions and 1 deletions

View File

@ -238,7 +238,7 @@ ifeq ($(comp),mingw)
endif
ifeq ($(comp),icc)
CXXFLAGS += -wd383,981,10187,10188,11505,11503 -Wcheck -Wabi -Wdeprecated -strict-ansi
CXXFLAGS += -wd383,981,1418,1419,10187,10188,11505,11503 -Wcheck -Wabi -Wdeprecated -strict-ansi
endif
ifeq ($(os),osx)