Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/usr.sbin/rtadvd rtadvd: no longer need packed member warning
details: https://anonhg.NetBSD.org/src/rev/506a67cacfd5
branches: trunk
changeset: 980389:506a67cacfd5
user: roy <roy%NetBSD.org@localhost>
date: Wed Feb 03 06:50:07 2021 +0000
description:
rtadvd: no longer need packed member warning
diffstat:
usr.sbin/rtadvd/Makefile | 5 +----
1 files changed, 1 insertions(+), 4 deletions(-)
diffs (19 lines):
diff -r f6f0ccb5524e -r 506a67cacfd5 usr.sbin/rtadvd/Makefile
--- a/usr.sbin/rtadvd/Makefile Wed Feb 03 06:49:18 2021 +0000
+++ b/usr.sbin/rtadvd/Makefile Wed Feb 03 06:50:07 2021 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.25 2020/09/06 07:20:32 mrg Exp $
+# $NetBSD: Makefile,v 1.26 2021/02/03 06:50:07 roy Exp $
WARNS?= 4
@@ -31,9 +31,6 @@
DPADD.rump+= ${LIBRUMPRES}
.endif
-CWARNFLAGS.clang+= -Wno-error=address-of-packed-member
-CWARNFLAGS.gcc+= ${GCC_NO_ADDR_OF_PACKED_MEMBER}
-
COPTS.if.c+= ${GCC_NO_STRINGOP_TRUNCATION}
COPTS.config.c+= ${GCC_NO_STRINGOP_TRUNCATION}
Home |
Main Index |
Thread Index |
Old Index