mirror of
https://git.do.srb2.org/KartKrew/Kart-Public.git
synced 2024-11-10 07:12:03 +00:00
GitLib CI: SRB2 2.1 codebase use WFLAGS to control warning flags
This commit is contained in:
parent
2365ee9cb0
commit
bf6be522ea
1 changed files with 2 additions and 2 deletions
|
@ -392,7 +392,7 @@ Debian stable Clang:
|
|||
|
||||
variables:
|
||||
CC: clang
|
||||
CFLAGS: -Wno-cast-align
|
||||
WFLAGS: -Wno-cast-align
|
||||
|
||||
script:
|
||||
- - |
|
||||
|
@ -433,4 +433,4 @@ Debian testing Clang:
|
|||
|
||||
variables:
|
||||
CC: clang
|
||||
CFLAGS: -Wno-cast-align -Wno-deprecated-non-prototype
|
||||
WFLAGS: -Wno-cast-align -Wno-deprecated-non-prototype
|
||||
|
|
Loading…
Reference in a new issue