Skip to content

Commit

Permalink
Update disabled warnings for Intel compiler
Browse files Browse the repository at this point in the history
No functional change.
  • Loading branch information
jromang authored and mcostalba committed Sep 23, 2013
1 parent c2cefa6 commit 7b2cda9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -243,7 +243,7 @@ ifeq ($(comp),mingw)
endif

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

ifeq ($(comp),clang)
Expand Down

0 comments on commit 7b2cda9

Please sign in to comment.