Accepting request 1225761 from devel:libraries:c_c++

- fix CFLAGS in the correct manner with -Wno-incompatible-pointer-types (forwarded request 1225760 from rrahl0)

OBS-URL: https://build.opensuse.org/request/show/1225761
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/text-engine?expand=0&rev=4
This commit is contained in:
Ana Guerrero 2024-11-22 22:52:10 +00:00 committed by Git OBS Bridge
commit 3f2c1aaba1
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Fri Nov 22 09:13:26 UTC 2024 - Richard Rahl <rrahl0@opensuse.org>
- fix CFLAGS in the correct manner with -Wno-incompatible-pointer-types
-------------------------------------------------------------------
Thu Aug 29 01:22:11 UTC 2024 - Richard Rahl <rrahl0@opensuse.org>

View File

@ -56,7 +56,7 @@ Requires: lib%{name}-%{soversion} >= %{version}
%autosetup -p1
%build
export CFLAGS="${optflags} -Wno-unused-parameter -Wno-unused-variable -Wno-deprecated-declarations -Wno-incompatible-pointer-types"
export CFLAGS="%{optflags} -Wno-incompatible-pointer-types"
%meson
%meson_build