summaryrefslogtreecommitdiffstats
path: root/usr.sbin/lpr/Makefile.inc
diff options
context:
space:
mode:
authorwollman <wollman@FreeBSD.org>1998-09-11 18:49:33 +0000
committerwollman <wollman@FreeBSD.org>1998-09-11 18:49:33 +0000
commitaac5469d30c451307f3e3a8b2356165d289e444a (patch)
tree1b213289729f05f466126dd9e293923a84a7f250 /usr.sbin/lpr/Makefile.inc
parent37d2c8c237e33bd1be4f6e346e9d1e928b9bfd19 (diff)
downloadFreeBSD-src-aac5469d30c451307f3e3a8b2356165d289e444a.zip
FreeBSD-src-aac5469d30c451307f3e3a8b2356165d289e444a.tar.gz
Fix additional warnings. Remove -Werror, since some people have complained
about it. PR: 7886 Submitted by: Stefan Eggers <seggers@semyam.dinoco.de> (partially)
Diffstat (limited to 'usr.sbin/lpr/Makefile.inc')
-rw-r--r--usr.sbin/lpr/Makefile.inc4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/lpr/Makefile.inc b/usr.sbin/lpr/Makefile.inc
index 34d4fcb..bb67834 100644
--- a/usr.sbin/lpr/Makefile.inc
+++ b/usr.sbin/lpr/Makefile.inc
@@ -1,6 +1,6 @@
-# $Id: Makefile.inc,v 1.2 1997/12/17 19:38:30 wollman Exp $
+# $Id: Makefile.inc,v 1.3 1998/03/07 09:47:52 bde Exp $
-CWARNFLAGS= -Werror -Wall -Wnested-externs -Wmissing-prototypes -Wno-unused
+CWARNFLAGS= -Wall -Wnested-externs -Wmissing-prototypes -Wno-unused -Wredundant-decls -Wstrict-prototypes
.if exists(${.OBJDIR}/../common_source)
LIBLPR= ${.OBJDIR}/../common_source/liblpr.a
OpenPOWER on IntegriCloud