kopia lustrzana https://gitlab.com/sane-project/backends
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
rodzic
31a09f5500
commit
8c7a69acea
|
@ -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:
|
||||
|
|
Ładowanie…
Reference in New Issue