mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
.travis.yml: -Wno-unknown-warning-option is needed, too.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@65797 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
9f6c0270ca
commit
1a5b274ee2
1 changed files with 1 additions and 1 deletions
|
@ -311,7 +311,7 @@ before_script:
|
|||
- "echo JOBS=${JOBS} SETARCH=${SETARCH}"
|
||||
- |-
|
||||
if [ ! -z "$CFLAGS" ]; then
|
||||
CFLAGS="$CFLAGS -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-packed-bitfield-compat -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value"
|
||||
CFLAGS="$CFLAGS -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-packed-bitfield-compat -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wno-unknown-warning-option"
|
||||
fi
|
||||
- "$SETARCH uname -a"
|
||||
- "$SETARCH uname -r"
|
||||
|
|
Loading…
Reference in a new issue