document non-literal format strings

This commit is contained in:
christos 2011-08-17 13:22:33 +00:00
parent 5a1e6eb35b
commit 9590e2915d
1 changed files with 3 additions and 1 deletions

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.7 2003/07/25 03:21:17 atatat Exp $
# $NetBSD: Makefile,v 1.8 2011/08/17 13:22:33 christos Exp $
PROG= stat
@ -7,4 +7,6 @@ LINKS= ${BINDIR}/stat ${BINDIR}/readlink
MLINKS= stat.1 readlink.1
.endif
COPTS.stat.c += -Wno-format-nonliteral
.include <bsd.prog.mk>