1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

-Wno-unused-value [ci skip]

Without this option clang outputs tons of warnings, which
are annoying. See https://travis-ci.org/ruby/ruby/jobs/456553420#L1817


git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@65795 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
shyouhei 2018-11-19 03:01:55 +00:00
parent 45a89c0a0d
commit e0dba0780c

View file

@ -510,6 +510,7 @@ AS_IF([test "$GCC:${warnflags+set}:no" = yes::no], [
-Wno-self-assign \ -Wno-self-assign \
-Wno-tautological-compare \ -Wno-tautological-compare \
-Wno-unused-parameter \ -Wno-unused-parameter \
-Wno-unused-value \
-Wsuggest-attribute=format \ -Wsuggest-attribute=format \
-Wsuggest-attribute=noreturn \ -Wsuggest-attribute=noreturn \
-Wunused-variable \ -Wunused-variable \