Module Name:    src
Committed By:   joerg
Date:           Sun May 30 02:28:35 UTC 2021

Modified Files:
        src/usr.sbin/bootp/common: Makefile

Log Message:
address-of-packed-member warning is no longer a problem here.


To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 src/usr.sbin/bootp/common/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/usr.sbin/bootp/common/Makefile
diff -u src/usr.sbin/bootp/common/Makefile:1.9 src/usr.sbin/bootp/common/Makefile:1.10
--- src/usr.sbin/bootp/common/Makefile:1.9	Sun Sep  6 07:20:31 2020
+++ src/usr.sbin/bootp/common/Makefile	Sun May 30 02:28:35 2021
@@ -1,4 +1,4 @@
-#	$NetBSD: Makefile,v 1.9 2020/09/06 07:20:31 mrg Exp $
+#	$NetBSD: Makefile,v 1.10 2021/05/30 02:28:35 joerg Exp $
 
 LIBISPRIVATE=	yes
 
@@ -7,7 +7,6 @@ SRCS=	dovend.c dumptab.c getif.c hash.c 
 	report.c tzone.c
 CPPFLAGS+= -DETC_ETHERS -DSYSLOG -DDEBUG
 
-CWARNFLAGS.clang+=	-Wno-error=address-of-packed-member
 CWARNFLAGS.gcc+=	${GCC_NO_ADDR_OF_PACKED_MEMBER}
 
 .include <bsd.lib.mk>

Reply via email to