public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/autogen] f44: Fix FTBFS
@ 2026-08-05 18:08 Gwyn Ciesla
  0 siblings, 0 replies; only message in thread
From: Gwyn Ciesla @ 2026-08-05 18:08 UTC (permalink / raw)
  To: git-commits

A new commit has been pushed.

Repo   : rpms/autogen
Branch : f44
Commit : 2e977aa4a2966ad8b95ed337340ad052421cadf6
Author : Gwyn Ciesla <gwync@protonmail.com>
Date   : 2026-08-05T13:04:12-05:00
Stats  : +3/-1 in 1 file(s)
URL    : https://src.fedoraproject.org/rpms/autogen/c/2e977aa4a2966ad8b95ed337340ad052421cadf6?branch=f44

Log:
Fix FTBFS

---
diff --git a/autogen.spec b/autogen.spec
index 9d7a2f0..6219efc 100644
--- a/autogen.spec
+++ b/autogen.spec
@@ -77,7 +77,9 @@ sed -i 's|errors.test||' autoopts/test/Makefile.in
 %build
 # Static libraries are needed to run test-suite.
 export CFLAGS="$RPM_OPT_FLAGS -Wno-implicit-fallthrough -Wno-format-overflow \
-		-Wno-format-truncation"
+		-Wno-format-truncation -Wno-discarded-qualifiers \
+                -Wno-unused-but-set-variable"
+
 autoreconf -fiv
 %configure
 

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2026-08-05 18:08 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-08-05 18:08 [rpms/autogen] f44: Fix FTBFS Gwyn Ciesla

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox