Disable warning about broken strncat usage from clang for now.
The code is technically not going to overflow, but completely messed up.
This commit is contained in:
parent
fb765877b6
commit
ab7e24ab4b
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: Makefile,v 1.11 2012/02/01 07:46:21 kardel Exp $
|
||||
# $NetBSD: Makefile,v 1.12 2012/08/09 14:40:52 joerg Exp $
|
||||
|
||||
#NOGCCERROR=yes
|
||||
|
||||
|
@ -77,6 +77,8 @@ SRCS= cmd_args.c \
|
|||
LDADD+= -L${LIBPARSE} -lparse -L${LIBISC} -liscntp -lm -lutil
|
||||
DPADD+= ${LIBPARSE}/libparse.a ${LIBISC}/libiscntp.a ${LIBOPTS}/libopts.a ${LIBNTP}/libntp.a ${LIBM} ${LIBUTIL}
|
||||
|
||||
CWARNFLAGS.clang+= -Wno-strncat-size
|
||||
|
||||
.include "${.CURDIR}/../Makefile.inc"
|
||||
|
||||
DIST=${IDIST}/ntpd
|
||||
|
|
Loading…
Reference in New Issue