mirror of
https://git.do.srb2.org/KartKrew/Kart-Public.git
synced 2025-02-09 17:51:17 +00:00
travis: add -Wno-unknown-warning-option
This commit is contained in:
parent
dadf8e1260
commit
2165c68066
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@ os:
|
||||||
- osx
|
- osx
|
||||||
|
|
||||||
env:
|
env:
|
||||||
- CFLAGS=-Wno-absolute-value -Werror
|
- CFLAGS=-Wno-absolute-value -Wno-unknown-warning-option -Werror
|
||||||
|
|
||||||
compiler:
|
compiler:
|
||||||
- gcc
|
- gcc
|
||||||
|
|
Loading…
Reference in a new issue