- Add -Wno-error=incompatible-pointer-types to optflgas in order to

prevent GCC 14 from reporting errors because of these C99
  violations. [boo#1221685]

Please (assuming this request is OK), forward it to Factory soonish
too, so that we can switch the default compiler.

OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gdl?expand=0&rev=120
This commit is contained in:
Bjørn Lie 2024-07-09 18:26:33 +00:00 committed by Git OBS Bridge
parent 41c0eb3324
commit dd3a3871dd
2 changed files with 8 additions and 0 deletions

View File

@ -1,3 +1,10 @@
-------------------------------------------------------------------
Tue Jul 9 12:47:14 UTC 2024 - Martin Jambor <mjambor@suse.com>
- Add -Wno-error=incompatible-pointer-types to optflgas in order to
prevent GCC 14 from reporting errors because of these C99
violations. [boo#1221685]
-------------------------------------------------------------------
Tue Jan 16 16:17:54 UTC 2024 - Dominique Leuenberger <dimstar@opensuse.org>

View File

@ -74,6 +74,7 @@ gnome-debug, gnome-build, and anjuta2.
%autosetup -p1
%build
%global optflags %{optflags} -Wno-error=incompatible-pointer-types
%configure
%make_build