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
This commit is contained in:
Dominique Leuenberger 2024-07-31 13:52:09 +00:00 committed by Git OBS Bridge
parent f007413648
commit 396383b2e8
2 changed files with 7 additions and 0 deletions

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Wed Jul 31 13:29:25 UTC 2024 - Filip Kastl <filip.kastl@suse.com>
- Add -Wno-int-conversion to CFLAGS to enable compilation with
GCC 14.
------------------------------------------------------------------- -------------------------------------------------------------------
Tue Jul 30 19:42:09 UTC 2024 - Bjørn Lie <bjorn.lie@gmail.com> Tue Jul 30 19:42:09 UTC 2024 - Bjørn Lie <bjorn.lie@gmail.com>

View File

@ -257,6 +257,7 @@ This package enhances gettext with an International Tag Set for GTK+ 4
%autosetup -p1 -n %{_name}-%{version} %autosetup -p1 -n %{_name}-%{version}
%build %build
export CFLAGS=-Wno-int-conversion
%meson \ %meson \
-Ddocumentation=true \ -Ddocumentation=true \
-Dbroadway-backend=true \ -Dbroadway-backend=true \