mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
particular_werror_flags=no on ICC
fix r61261 git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@61263 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
677dcecc5d
commit
b7747df13e
1 changed files with 1 additions and 1 deletions
|
|
@ -749,7 +749,7 @@ AS_IF([test "$GCC:${warnflags+set}:no" = yes::no], [
|
|||
])
|
||||
# ICC doesn't support -Werror=
|
||||
AS_IF([test $icc_version -gt 0], [
|
||||
particular_werror_flags=yes
|
||||
particular_werror_flags=no
|
||||
])
|
||||
for wflag in -Wno-unused-parameter -Wno-parentheses -Wno-long-long \
|
||||
-diag-disable=2259 \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue