ruby-changes:53581
From: shyouhei <ko1@a...>
Date: Mon, 19 Nov 2018 14:04:08 +0900 (JST)
Subject: [ruby-changes:53581] shyouhei:r65797 (trunk): .travis.yml: -Wno-unknown-warning-option is needed, too.
shyouhei 2018-11-19 14:04:02 +0900 (Mon, 19 Nov 2018) New Revision: 65797 https://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=revision&revision=65797 Log: .travis.yml: -Wno-unknown-warning-option is needed, too. Modified files: trunk/.travis.yml Index: .travis.yml =================================================================== --- .travis.yml (revision 65796) +++ .travis.yml (revision 65797) @@ -311,7 +311,7 @@ before_script: https://github.com/ruby/ruby/blob/trunk/.travis.yml#L311 - "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" -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/