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
Родитель 45a89c0a0d
Коммит e0dba0780c
1 изменённых файлов: 1 добавлений и 0 удалений

Просмотреть файл

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