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:
joerg 2012-08-09 14:40:52 +00:00
parent fb765877b6
commit ab7e24ab4b
1 changed files with 3 additions and 1 deletions

View File

@ -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