Use -Wno-format-nonliteral instead of blanket -Wno-format.

This commit is contained in:
uwe 2013-07-19 04:17:02 +00:00
parent ff6f2bd928
commit fd25be260e
1 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.13 2013/07/18 16:28:52 christos Exp $
# $NetBSD: Makefile,v 1.14 2013/07/19 04:17:02 uwe Exp $
# @(#)Makefile 8.1 (Berkeley) 6/6/93
WARNS?= 6
@ -7,7 +7,7 @@ PROG= man
SRCS= man.c manconf.c
MAN= man.1 man.conf.5
COPTS.man.c += -Wno-format
COPTS.man.c += -Wno-format-nonliteral
DPADD+= ${LIBUTIL}
LDADD+= -lutil