document that display.c uses non-literal format strings

This commit is contained in:
christos 2011-08-14 12:48:02 +00:00
parent abdd14be5f
commit 27b39b96e0

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.5 2010/02/03 15:34:38 roy Exp $
# $NetBSD: Makefile,v 1.6 2011/08/14 12:48:02 christos Exp $
.include <bsd.own.mk>
@ -36,4 +36,5 @@ commands.c: sigdesc.h
config.h: config.h.in
${TOOL_SED} -e s/@MACHINE@/${MACHINE}/ < $? > $@
COPTS.display.c = -Wno-format-nonliteral
.include <bsd.prog.mk>