mirror of
https://git.do.srb2.org/STJr/SRB2.git
synced 2025-01-23 17:51:31 +00:00
CireceCI: ignore unused results with CFLAGS
This commit is contained in:
parent
953dbad848
commit
89daa40fb0
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@ jobs:
|
|||
environment:
|
||||
CC: ccache gcc
|
||||
CCACHE_COMPRESS: true
|
||||
WFLAGS: -Wno-error=unused-result
|
||||
CFLAGS: -Wno-error=unused-result
|
||||
#- image: ubuntu:trusty
|
||||
# environment:
|
||||
# CC: ccache gcc -m32
|
||||
|
|
Loading…
Reference in a new issue