Fix Werrors with GCC-14.1.0 40/312240/1 accepted/tizen_9.0_unified accepted/tizen_unified_dev accepted/tizen_unified_toolchain sandbox/backup/perl-XML-LibXML_2.0209_20250120 tizen_9.0 accepted/tizen/9.0/unified/20241030.231941 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 tizen_9.0_m2_release
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 55b05920a4ae4475351d835eaa4dccdfaea5bdad..fb3e5b6566a8605a550de3a59007316b8c93104b 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