From 05c2c748db410a68f97d81d431b35eab38774c90 Mon Sep 17 00:00:00 2001 From: Guilherme Gallo Date: Thu, 29 May 2025 14:46:10 -0300 Subject: [PATCH] ci/build: Remove CPP_ARGS var duplication This variable appeared twice in debian-testing-msan, removing the first one because it is probably being overridden by the second one. Signed-off-by: Guilherme Gallo Part-of: --- .gitlab-ci/build/gitlab-ci.yml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.gitlab-ci/build/gitlab-ci.yml b/.gitlab-ci/build/gitlab-ci.yml index 63017a1cb99..1d5109b116c 100644 --- a/.gitlab-ci/build/gitlab-ci.yml +++ b/.gitlab-ci/build/gitlab-ci.yml @@ -156,11 +156,6 @@ debian-x86_64-msan: - .meson-build-only - .build-run-long variables: - CPP_ARGS: > - -Wno-error=c99-designator - -Wno-error=overloaded-virtual - -Wno-error=tautological-constant-out-of-range-compare - -Wno-error=unused-private-field # l_undef is incompatible with msan EXTRA_OPTION: -D b_sanitize=memory