Sun May 30 02:28:35 2021 UTC ()
address-of-packed-member warning is no longer a problem here.


(joerg)
diff -r1.9 -r1.10 src/usr.sbin/bootp/common/Makefile

cvs diff -r1.9 -r1.10 src/usr.sbin/bootp/common/Makefile (expand / switch to unified diff)

--- src/usr.sbin/bootp/common/Makefile 2020/09/06 07:20:31 1.9
+++ src/usr.sbin/bootp/common/Makefile 2021/05/30 02:28:35 1.10
@@ -1,13 +1,12 @@ @@ -1,13 +1,12 @@
1# $NetBSD: Makefile,v 1.9 2020/09/06 07:20:31 mrg Exp $ 1# $NetBSD: Makefile,v 1.10 2021/05/30 02:28:35 joerg Exp $
2 2
3LIBISPRIVATE= yes 3LIBISPRIVATE= yes
4 4
5LIB= common 5LIB= common
6SRCS= dovend.c dumptab.c getif.c hash.c hwaddr.c lookup.c readfile.c \ 6SRCS= dovend.c dumptab.c getif.c hash.c hwaddr.c lookup.c readfile.c \
7 report.c tzone.c 7 report.c tzone.c
8CPPFLAGS+= -DETC_ETHERS -DSYSLOG -DDEBUG 8CPPFLAGS+= -DETC_ETHERS -DSYSLOG -DDEBUG
9 9
10CWARNFLAGS.clang+= -Wno-error=address-of-packed-member 
11CWARNFLAGS.gcc+= ${GCC_NO_ADDR_OF_PACKED_MEMBER} 10CWARNFLAGS.gcc+= ${GCC_NO_ADDR_OF_PACKED_MEMBER}
12 11
13.include <bsd.lib.mk> 12.include <bsd.lib.mk>