Use of non-literal format string

This commit is contained in:
joerg 2011-08-25 16:53:25 +00:00
parent 1598a84d98
commit 1c874f86e1
1 changed files with 3 additions and 1 deletions

View File

@ -1,5 +1,5 @@
# from: @(#)Makefile 8.1 (Berkeley) 6/6/93
# $NetBSD: Makefile,v 1.19 2009/01/14 23:18:57 christos Exp $
# $NetBSD: Makefile,v 1.20 2011/08/25 16:53:25 joerg Exp $
.include <bsd.own.mk>
@ -12,4 +12,6 @@ LDADD+= -lutil
DPADD+= ${LIBUTIL}
.endif
COPTS.pwd_mkdb.c+= -Wno-format-nonliteral
.include <bsd.prog.mk>