From bf6be522ea7b8fcd83d3c301bb68dc25024cf767 Mon Sep 17 00:00:00 2001 From: Alam Ed Arias Date: Tue, 17 Oct 2023 21:44:39 -0400 Subject: [PATCH] GitLib CI: SRB2 2.1 codebase use WFLAGS to control warning flags --- .gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 874c76aa..3185a669 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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