mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
.travis.yml: do not pass unnecessary warnflags
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@65803 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
412b6b5b02
commit
d13724306e
1 changed files with 1 additions and 3 deletions
|
@ -254,8 +254,8 @@ env:
|
|||
-Wno-unused-parameter
|
||||
-Wunused-variable
|
||||
)
|
||||
warnflags="${warnflags_array[*]}"
|
||||
CONFIG_FLAG_ARRAY=(
|
||||
warnflags="${warnflags_array[*]}"
|
||||
LDFLAGS=-Wno-unused-command-line-argument)
|
||||
|
||||
- &rubyspec
|
||||
|
@ -314,8 +314,6 @@ matrix:
|
|||
|
||||
before_script:
|
||||
- "echo JOBS=${JOBS} SETARCH=${SETARCH}"
|
||||
- warnflags="$warnflags${warnflags:+ }-Wno-unknown-warning-option"
|
||||
- export warnflags
|
||||
- "$SETARCH uname -a"
|
||||
- "$SETARCH uname -r"
|
||||
- "rm -fr .ext autom4te.cache"
|
||||
|
|
Loading…
Reference in a new issue