.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
@ -226,25 +226,23 @@ env:
|
|||||||
- zlib1g:i386
|
- zlib1g:i386
|
||||||
|
|
||||||
- &pedanticism
|
- &pedanticism
|
||||||
name: -ansi -pedantic
|
name: -std=c99 -pedantic
|
||||||
<<: *linux
|
<<: *linux
|
||||||
<<: *make-test-only
|
<<: *make-test-only
|
||||||
compiler: clang
|
compiler: clang
|
||||||
env:
|
env:
|
||||||
- GCC_FLAGS='-ansi -Werror=pedantic -pedantic-errors -std=iso9899:1990'
|
- GCC_FLAGS='-std=c99 -Werror=pedantic -pedantic-errors'
|
||||||
- CONFIG_FLAG=
|
- CONFIG_FLAG=
|
||||||
- JOBS=
|
- JOBS=
|
||||||
- >-
|
- >-
|
||||||
warnflags='
|
warnflags='
|
||||||
-Wall
|
-Wall
|
||||||
-Wextra
|
-Wextra
|
||||||
-Werror=declaration-after-statement
|
|
||||||
-Werror=deprecated-declarations
|
-Werror=deprecated-declarations
|
||||||
-Werror=division-by-zero
|
-Werror=division-by-zero
|
||||||
-Werror=extra-tokens
|
-Werror=extra-tokens
|
||||||
-Werror=implicit-function-declaration
|
-Werror=implicit-function-declaration
|
||||||
-Werror=implicit-int
|
-Werror=implicit-int
|
||||||
-Werror=long-long
|
|
||||||
-Werror=pointer-arith
|
-Werror=pointer-arith
|
||||||
-Werror=shorten-64-to-32
|
-Werror=shorten-64-to-32
|
||||||
-Werror=write-strings
|
-Werror=write-strings
|
||||||
|
Loading…
x
Reference in New Issue
Block a user