ldpd: Discard warning about accessing packed member

I don't see a good way of fixing this right now.
This commit is contained in:
roy 2021-02-03 06:46:27 +00:00
parent 14360cba7a
commit 68cffc06d7
1 changed files with 3 additions and 1 deletions

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.5 2013/10/18 10:49:19 kefren Exp $
# $NetBSD: Makefile,v 1.6 2021/02/03 06:46:27 roy Exp $
.include <bsd.own.mk>
@ -26,4 +26,6 @@ LDADD+= -lcrypt
CPPFLAGS+=-DINET6
.endif
CWARNFLAGS.gcc+= ${GCC_NO_ADDR_OF_PACKED_MEMBER}
.include <bsd.prog.mk>