summaryrefslogtreecommitdiffstats
path: root/usr.sbin/lpr/Makefile.inc
diff options
context:
space:
mode:
authorwollman <wollman@FreeBSD.org>1997-12-17 19:38:33 +0000
committerwollman <wollman@FreeBSD.org>1997-12-17 19:38:33 +0000
commit7c7c2d2637cf65d1fc3da9309a20f105a1e3162d (patch)
treeff77639e905831e7922214dd5ed12547348a87fe /usr.sbin/lpr/Makefile.inc
parente7da1a2ae7e77412ae268807df4dddec2f444cf1 (diff)
downloadFreeBSD-src-7c7c2d2637cf65d1fc3da9309a20f105a1e3162d.zip
FreeBSD-src-7c7c2d2637cf65d1fc3da9309a20f105a1e3162d.tar.gz
Add -Wno-unused so that ``make world'' can complete successfully.
GCC suppresses the warning for ``standard'' header files, but since the headers do not come from the ``standard'' place in a ``make world'', GCC doesn't get it.
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 a881e88..4b65dee 100644
--- a/usr.sbin/lpr/Makefile.inc
+++ b/usr.sbin/lpr/Makefile.inc
@@ -1,3 +1,3 @@
-# $Id$
+# $Id: Makefile.inc,v 1.1 1997/12/02 20:44:47 wollman Exp $
-CWARNFLAGS= -Werror -Wall -Wnested-externs -Wmissing-prototypes
+CWARNFLAGS= -Werror -Wall -Wnested-externs -Wmissing-prototypes -Wno-unused
OpenPOWER on IntegriCloud