[前][次][番号順一覧][スレッド一覧]

ruby-changes:54555

From: k0kubun <ko1@a...>
Date: Thu, 10 Jan 2019 16:59:22 +0900 (JST)
Subject: [ruby-changes:54555] k0kubun:r66770 (trunk): .travis.yml: allow C99 on pedanticism buid

k0kubun	2019-01-10 16:59:18 +0900 (Thu, 10 Jan 2019)

  New Revision: 66770

  https://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=revision&revision=66770

  Log:
    .travis.yml: allow C99 on pedanticism buid

  Modified files:
    trunk/.travis.yml
Index: .travis.yml
===================================================================
--- .travis.yml	(revision 66769)
+++ .travis.yml	(revision 66770)
@@ -226,25 +226,23 @@ env: https://github.com/ruby/ruby/blob/trunk/.travis.yml#L226
           - zlib1g:i386
 
   - &pedanticism
-    name: -ansi -pedantic
+    name: -std=c99 -pedantic
     <<: *linux
     <<: *make-test-only
     compiler: clang
     env:
-      - GCC_FLAGS='-ansi -Werror=pedantic -pedantic-errors -std=iso9899:1990'
+      - GCC_FLAGS='-std=c99 -Werror=pedantic -pedantic-errors'
       - CONFIG_FLAG=
       - JOBS=
       - >-
         warnflags='
         -Wall
         -Wextra
-        -Werror=declaration-after-statement
         -Werror=deprecated-declarations
         -Werror=division-by-zero
         -Werror=extra-tokens
         -Werror=implicit-function-declaration
         -Werror=implicit-int
-        -Werror=long-long
         -Werror=pointer-arith
         -Werror=shorten-64-to-32
         -Werror=write-strings

--
ML: ruby-changes@q...
Info: http://www.atdot.net/~ko1/quickml/

[前][次][番号順一覧][スレッド一覧]