GitLib CI: SRB2 2.1 codebase use WFLAGS to control warning flags

This commit is contained in:
Alam Ed Arias 2023-10-17 21:44:39 -04:00
parent 2365ee9cb0
commit bf6be522ea
1 changed files with 2 additions and 2 deletions

View File

@ -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