From: Jakub Bogusz Date: Sat, 6 Nov 2021 10:54:13 +0000 (+0100) Subject: - more gcc10 patch updates X-Git-Tag: auto/th/xen-4.13.4-1 X-Git-Url: http://git.pld-linux.org/?p=packages%2Fxen.git;a=commitdiff_plain;h=081e51e - more gcc10 patch updates --- diff --git a/gcc10.patch b/gcc10.patch index a4b5eed..ea45980 100644 --- a/gcc10.patch +++ b/gcc10.patch @@ -1,13 +1,3 @@ ---- xen-4.13.0/tools/xenpmd/Makefile.orig 2019-12-17 14:23:09.000000000 +0000 -+++ xen-4.13.0/tools/xenpmd/Makefile 2020-01-22 22:13:16.564873608 +0000 -@@ -3,6 +3,7 @@ - - CFLAGS += -Werror - CFLAGS += $(CFLAGS_libxenstore) -+CFLAGS += -Wno-error=format-truncation - - LDLIBS += $(LDLIBS_libxenstore) - --- xen-4.13.1/tools/firmware/etherboot/Config~ 2020-05-14 14:19:32.000000000 +0200 +++ xen-4.13.1/tools/firmware/etherboot/Config 2020-06-07 17:14:49.704183136 +0200 @@ -7,3 +7,5 @@ @@ -15,7 +5,7 @@ CFLAGS += -UCONSOLE_SERIAL CFLAGS += -DCONSOLE_SERIAL=1 + -+CFLAGS += -Wno-error=array-bounds -Wno-error=enum-conversion ++CFLAGS += -Wno-error=enum-conversion -Wno-error=maybe-uninitialized --- xen-4.13.1/stubdom/Makefile~ 2020-06-07 17:54:17.000000000 +0200 +++ xen-4.13.1/stubdom/Makefile 2020-06-07 17:57:37.373200925 +0200 @@ -232,6 +232,7 @@