Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
openSUSE:Leap:15.6:Update
qemu.19464
pc-bios-s390-ccw-net-avoid-warning-about.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File pc-bios-s390-ccw-net-avoid-warning-about.patch of Package qemu.19464
From: Bruce Rogers <brogers@suse.com> Date: Wed, 29 May 2019 09:59:02 -0600 Subject: pc-bios/s390-ccw/net: avoid warning about packed structure members This is hopefully temporary. Simply disable the warning about taking the address of packed structure members which is new in gcc9. Signed-off-by: Bruce Rogers <brogers@suse.com> --- pc-bios/s390-ccw/netboot.mak | 1 + 1 file changed, 1 insertion(+) diff --git a/pc-bios/s390-ccw/netboot.mak b/pc-bios/s390-ccw/netboot.mak index 577c023afe3db17ada307b2abbcc..cea8fb8532ddccda2390d936c93f 100644 --- a/pc-bios/s390-ccw/netboot.mak +++ b/pc-bios/s390-ccw/netboot.mak @@ -54,6 +54,7 @@ LIBNETOBJS := args.o dhcp.o dns.o icmpv6.o ipv6.o tcp.o udp.o bootp.o \ dhcpv6.o ethernet.o ipv4.o ndp.o tftp.o pxelinux.o LIBNETCFLAGS = $(QEMU_CFLAGS) $(CFLAGS) $(LIBC_INC) $(LIBNET_INC) \ -DDHCPARCH=0x1F -MMD -MP -MT $@ -MF $(@:%.o=%.d) +LIBNETCFLAGS += -Wno-address-of-packed-member %.o : $(SLOF_DIR)/lib/libnet/%.c $(call quiet-command,$(CC) $(LIBNETCFLAGS) -c -o $@ $<,"CC","$(TARGET_DIR)$@")
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor