summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorthorpej <thorpej@NetBSD.org>2002-05-30 05:46:16 +0000
committerthorpej <thorpej@NetBSD.org>2002-05-30 05:46:16 +0000
commit897fba04fe9d34093d3e814bf910eeafe3b06ee3 (patch)
tree337efd20435282e004ac4fa2e65bccf2573ddc97 /gnu
parent0d7830499568ec12f43231854d764e73b342067b (diff)
Add -Wno-format-zero-length to CWARNFLAGS; ulog() is a printf-like
function for which "" is a perfectly reasonable argument.
Diffstat (limited to 'gnu')
-rw-r--r--gnu/libexec/uucp/Makefile.inc3
1 files changed, 2 insertions, 1 deletions
diff --git a/gnu/libexec/uucp/Makefile.inc b/gnu/libexec/uucp/Makefile.inc
index 539c4e58ab5..6e5b6552709 100644
--- a/gnu/libexec/uucp/Makefile.inc
+++ b/gnu/libexec/uucp/Makefile.inc
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.inc,v 1.13 2001/01/09 08:52:57 enami Exp $
+# $NetBSD: Makefile.inc,v 1.14 2002/05/30 05:46:16 thorpej Exp $
.include <bsd.own.mk>
@@ -13,6 +13,7 @@ LIBUUCP=${LIBUUCPDIR}/libuucp.a
CPPFLAGS+=-DPOSIX_HEADERS
WARNS= 1
+CWARNFLAGS+= -Wno-format-zero-length
VERSION= 1.06.1
owner= uucp
bindir= /usr/bin