mirror of
https://git.do.srb2.org/STJr/SRB2.git
synced 2024-11-15 01:01:33 +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
|
||||
dist: trusty
|
||||
|
||||
env:
|
||||
- CFLAGS=-Wno-absolute-value -Werror
|
||||
|
||||
compiler:
|
||||
- gcc
|
||||
- clang
|
||||
|
|
Loading…
Reference in a new issue