Fix Werrors with GCC-14.1.0 40/312240/1 accepted/tizen_unified accepted/tizen_unified_dev accepted/tizen_unified_toolchain accepted/tizen_unified_x accepted/tizen_unified_x_asan tizen accepted/tizen/unified/20240611.123553 accepted/tizen/unified/dev/20240620.011015 accepted/tizen/unified/toolchain/20240610.173205 accepted/tizen/unified/x/20240610.223742 accepted/tizen/unified/x/asan/20240625.092209
authorDongHun Kwak <dh0128.kwak@samsung.com>
Wed, 5 Jun 2024 08:21:54 +0000 (17:21 +0900)
committerDongHun Kwak <dh0128.kwak@samsung.com>
Wed, 5 Jun 2024 08:22:51 +0000 (17:22 +0900)
-Wno-error=incompatible-pointer-types

Change-Id: Icd319f67a15d044db64e45ad3d17f3aa21551ea0

packaging/perl-XML-LibXML.spec

index 55b0592..fb3e5b6 100644 (file)
@@ -46,7 +46,7 @@ Authors:
 cp %{SOURCE1001} .
 
 %build
-%{__perl} Makefile.PL OPTIMIZE="$RPM_OPT_FLAGS -Wall"
+%{__perl} Makefile.PL OPTIMIZE="$RPM_OPT_FLAGS -Wall -Wno-error=incompatible-pointer-types"
 %{__make} %{?_smp_mflags}
 
 %check