document non-literal format strings.
This commit is contained in:
parent
856f19c27d
commit
4551250b00
@ -1,4 +1,4 @@
|
||||
# $NetBSD: Makefile,v 1.13 2009/04/14 22:15:21 lukem Exp $
|
||||
# $NetBSD: Makefile,v 1.14 2011/08/14 13:45:34 christos Exp $
|
||||
# from: @(#)Makefile 8.1 (Berkeley) 6/6/93
|
||||
|
||||
PROG= hexdump
|
||||
@ -12,4 +12,7 @@ DPADD+=${LIBUTIL}
|
||||
LINKS= ${BINDIR}/hexdump ${BINDIR}/od
|
||||
.endif
|
||||
|
||||
COPTS.conv.c += -Wno-format-nonliteral
|
||||
COPTS.display.c += -Wno-format-nonliteral
|
||||
|
||||
.include <bsd.prog.mk>
|
||||
|
Loading…
Reference in New Issue
Block a user