From 8c7a69acea9378d077c708df4ea14c4c98ad6eee Mon Sep 17 00:00:00 2001 From: Ralph Little Date: Thu, 5 Sep 2024 22:24:28 -0700 Subject: [PATCH] build: Remove unused-but-set-variable warning exception I have dealt with the items that require this exception. For the most part, I have just commented out the offending fragments. They are all innocuous. --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 82974ce12..e46b92ea3 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -73,7 +73,7 @@ fedora-39-clang: image: $REGISTRY_HUB:fedora-39-clang variables: CONFIGURE_OPTS: "$CONFIGURE_MINI $CONFIGURE_FULL" - MAKE_FLAGS: "CFLAGS='-Werror -Wno-error=unused-but-set-variable' CXXFLAGS='-Werror -Wno-error=unused-but-set-variable'" + MAKE_FLAGS: "CFLAGS='-Werror -Wno-error=unused-but-set-variable' CXXFLAGS='-Werror'" <<: *compile_definition alpine-3.18-musl: