Turn off literal format string warnings for one file

A better fix is coming
This commit is contained in:
agc 2014-03-12 06:38:56 +00:00
parent 4ccb06d5e3
commit 99d1495f9e
1 changed files with 2 additions and 1 deletions

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.9 2014/03/10 17:00:53 agc Exp $
# $NetBSD: Makefile,v 1.10 2014/03/12 06:38:56 agc Exp $
PROG=netpgpverify
BINDIR= /usr/bin
@ -12,6 +12,7 @@ SRCS+= bzlib.c zlib.c
SRCS+= md5c.c rmd160.c sha1.c sha2.c tiger.c
CPPFLAGS+=-I${.CURDIR} -I${EXTDIST}/src/netpgpverify
COPTS.libverify.c+= -Wno-format-literal
.ifndef PRODUCTION
CPPFLAGS+=-g -O0