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.
734-support-for-canon-i-sensys-mf657cdw-mf650c-series
Ralph Little 2024-09-05 22:24:28 -07:00
rodzic 31a09f5500
commit 8c7a69acea
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

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