mirror of
https://git.do.srb2.org/KartKrew/Kart-Public.git
synced 2024-11-10 07:12:03 +00:00
travis: compile with warnings as errors, skip absolute-value warnings
This commit is contained in:
parent
07fc74eaf5
commit
7c1f1d9c8e
1 changed files with 3 additions and 0 deletions
|
@ -3,6 +3,9 @@ language: c
|
||||||
sudo: required
|
sudo: required
|
||||||
dist: trusty
|
dist: trusty
|
||||||
|
|
||||||
|
env:
|
||||||
|
- CFLAGS=-Wno-absolute-value -Werror
|
||||||
|
|
||||||
compiler:
|
compiler:
|
||||||
- gcc
|
- gcc
|
||||||
- clang
|
- clang
|
||||||
|
|
Loading…
Reference in a new issue