mirror of
https://github.com/sockspls/badfish
synced 2025-04-29 16:23:09 +00:00
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>
This commit is contained in:
parent
dee8780829
commit
61c03b9d22
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Reference in a new issue