mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
.travis.yml: allow C99 on pedanticism buid
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@66770 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
33a75edd3c
commit
dfdd0e1d08
1 changed files with 2 additions and 4 deletions
|
@ -226,25 +226,23 @@ env:
|
|||
- 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
|
||||
|
|
Loading…
Add table
Reference in a new issue