Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src-draft/trunk]: src/usr.sbin/bootp/common Retire warning no longer necessary



details:   https://anonhg.NetBSD.org/src-all/rev/e36c74a41a2a
branches:  trunk
changeset: 949253:e36c74a41a2a
user:      Joerg Sonnenberger <joerg%bec.de@localhost>
date:      Thu Nov 12 23:24:18 2020 +0100

description:
Retire warning no longer necessary

diffstat:

 usr.sbin/bootp/common/Makefile |  1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diffs (11 lines):

diff -r a828109db83d -r e36c74a41a2a usr.sbin/bootp/common/Makefile
--- a/usr.sbin/bootp/common/Makefile    Thu Aug 20 14:12:43 2020 +0200
+++ b/usr.sbin/bootp/common/Makefile    Thu Nov 12 23:24:18 2020 +0100
@@ -7,7 +7,6 @@
        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