File ipxe-gcc6-a5885fbc.patch of Package xen

--- /dev/null
+++ b/tools/firmware/etherboot/patches/legacy-Fix-building-with-GCC-6.patch
@@ -0,0 +1,24 @@
+From a5885fbc19c4b60dc1a21624d1a9d1b77a93504e Mon Sep 17 00:00:00 2001
+From: Michael Brown <mcb30@ipxe.org>
+Date: Wed, 4 May 2016 15:58:14 +0100
+Subject: [legacy] Fix building with GCC 6
+
+Signed-off-by: Michael Brown <mcb30@ipxe.org>
+---
+ src/include/nic.h | 3 ++-
+ 1 file changed, 2 insertions(+), 1 deletion(-)
+
+diff --git a/src/include/nic.h b/src/include/nic.h
+index 4c91f57..8b06e88 100644
+--- a/src/include/nic.h
++++ b/src/include/nic.h
+@@ -209,7 +209,8 @@ static inline void * legacy_isa_get_drvdata ( void *hwdev ) {
+ 
+ #undef DRIVER
+ #define DRIVER(_name_text,_unused2,_unused3,_name,_probe,_disable)	  \
+-	static const char _name ## _text[] = _name_text;		  \
++	static __attribute__ (( unused )) const char			  \
++	_name ## _text[] = _name_text;					  \
+ 	static inline int						  \
+ 	_name ## _probe ( struct nic *nic, void *hwdev ) {		  \
+ 		return _probe ( nic, hwdev );				  \
--- a/tools/firmware/etherboot/patches/series
+++ b/tools/firmware/etherboot/patches/series
@@ -4,3 +4,4 @@ build_fix_2.patch
 build_fix_2.patch
 build_fix_3.patch
 ath9k-Remove-confusing-logic-inversion-in-an-ANI-var.patch
+legacy-Fix-building-with-GCC-6.patch
openSUSE Build Service is sponsored by