1
0
Fork 0
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:
naruse 2017-12-15 07:58:00 +00:00
parent f5183827dc
commit 41b76e98a9

View file

@ -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 \