From 396383b2e8e24a705bd1113d20b24222462c12110c36c0a06165c0a1cae13069 Mon Sep 17 00:00:00 2001 From: Dominique Leuenberger Date: Wed, 31 Jul 2024 13:52:09 +0000 Subject: [PATCH] Accepting request 1190675 from home:fkastl:gcc14 - Add -Wno-int-conversion to CFLAGS to enable compilation with GCC 14. If the request is ok, please forward it to Factory soon so that it is ready when the default compiler is switched. OBS-URL: https://build.opensuse.org/request/show/1190675 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gtk4?expand=0&rev=168 --- gtk4.changes | 6 ++++++ gtk4.spec | 1 + 2 files changed, 7 insertions(+) diff --git a/gtk4.changes b/gtk4.changes index 590a9e7..59a8fba 100644 --- a/gtk4.changes +++ b/gtk4.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Wed Jul 31 13:29:25 UTC 2024 - Filip Kastl + +- Add -Wno-int-conversion to CFLAGS to enable compilation with + GCC 14. + ------------------------------------------------------------------- Tue Jul 30 19:42:09 UTC 2024 - Bjørn Lie diff --git a/gtk4.spec b/gtk4.spec index e42dee1..224868e 100644 --- a/gtk4.spec +++ b/gtk4.spec @@ -257,6 +257,7 @@ This package enhances gettext with an International Tag Set for GTK+ 4 %autosetup -p1 -n %{_name}-%{version} %build +export CFLAGS=-Wno-int-conversion %meson \ -Ddocumentation=true \ -Dbroadway-backend=true \