mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
suppress icc warnings
* subscript out of range * enumerated type mixed with another type git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@61275 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
f5183827dc
commit
41b76e98a9
1 changed files with 1 additions and 1 deletions
|
@ -752,7 +752,7 @@ AS_IF([test "$GCC:${warnflags+set}:no" = yes::no], [
|
|||
particular_werror_flags=no
|
||||
])
|
||||
for wflag in -Wno-unused-parameter -Wno-parentheses -Wno-long-long \
|
||||
-diag-disable=2259 \
|
||||
-diag-disable=175,188,2259 \
|
||||
-Wno-missing-field-initializers \
|
||||
-Wno-tautological-compare \
|
||||
-Wno-parentheses-equality \
|
||||
|
|
Loading…
Reference in a new issue