mirror of
https://git.do.srb2.org/STJr/SRB2.git
synced 2025-01-17 23:21:22 +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
|
||||
|
||||
env:
|
||||
- CFLAGS=-Wno-absolute-value -Werror
|
||||
- CFLAGS=-Wno-absolute-value -Wno-unknown-warning-option -Werror
|
||||
|
||||
compiler:
|
||||
- gcc
|
||||
|
|
Loading…
Reference in a new issue