Downgrade C language type safety to level 2

This is required because libfreerdp and libwinpr have several places
where GCC 14 reports incompatible pointer casting, but it's hard to
figure out how to fix right now...
This commit is contained in:
Neal Gompa 2024-01-24 05:21:32 -05:00
parent c7e8ff55d1
commit 620478fa7c

View File

@ -25,6 +25,9 @@
%global _with_lame 1 %global _with_lame 1
%endif %endif
# FIXME: GCC 14.x says there's lots of incompatible pointer casts going on...
%global build_type_safety_c 2
Name: freerdp Name: freerdp
Version: 2.11.4 Version: 2.11.4
Release: 3%{?dist} Release: 3%{?dist}