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/fd7311320198
branches:  trunk
changeset: 959165:fd7311320198
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 504e5a39429f -r fd7311320198 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