Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/usr.sbin/bootp/common address-of-packed-member warning is no...
details: https://anonhg.NetBSD.org/src/rev/c7da95e1e52d
branches: trunk
changeset: 379389:c7da95e1e52d
user: joerg <joerg%NetBSD.org@localhost>
date: Sun May 30 02:28:35 2021 +0000
description:
address-of-packed-member warning is no longer a problem here.
diffstat:
usr.sbin/bootp/common/Makefile | 3 +--
1 files changed, 1 insertions(+), 2 deletions(-)
diffs (17 lines):
diff -r 7f7f8c3f4d84 -r c7da95e1e52d usr.sbin/bootp/common/Makefile
--- a/usr.sbin/bootp/common/Makefile Sun May 30 02:26:51 2021 +0000
+++ b/usr.sbin/bootp/common/Makefile Sun May 30 02:28:35 2021 +0000
@@ -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>
Home |
Main Index |
Thread Index |
Old Index