summaryrefslogtreecommitdiffstats
path: root/sys/i386
diff options
context:
space:
mode:
authorgpalmer <gpalmer@FreeBSD.org>1996-06-12 05:54:46 +0000
committergpalmer <gpalmer@FreeBSD.org>1996-06-12 05:54:46 +0000
commitdefc0f2e29b7338afed42857ea83d1a1da05c003 (patch)
treef9ec3ca93c6028cf33bb42106375142596d55719 /sys/i386
parent57c3ebc617f6ed31240847c6fce74931a372824c (diff)
downloadFreeBSD-src-defc0f2e29b7338afed42857ea83d1a1da05c003.zip
FreeBSD-src-defc0f2e29b7338afed42857ea83d1a1da05c003.tar.gz
Add -Wunused to try and catch any future offenders
Reviewed by: bde
Diffstat (limited to 'sys/i386')
-rw-r--r--sys/i386/conf/Makefile.i3864
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/i386/conf/Makefile.i386 b/sys/i386/conf/Makefile.i386
index 12eb799..3cac92b 100644
--- a/sys/i386/conf/Makefile.i386
+++ b/sys/i386/conf/Makefile.i386
@@ -1,7 +1,7 @@
# Makefile.i386 -- with config changes.
# Copyright 1990 W. Jolitz
# from: @(#)Makefile.i386 7.1 5/10/91
-# $Id: Makefile.i386,v 1.83 1996/05/31 01:01:24 peter Exp $
+# $Id: Makefile.i386,v 1.84 1996/06/08 23:27:16 jkh Exp $
#
# Makefile for FreeBSD
#
@@ -28,7 +28,7 @@ I386= ${S}/i386
CWARNFLAGS?= -W -Wreturn-type -Wcomment -Wredundant-decls -Wimplicit \
-Wnested-externs -Wstrict-prototypes -Wmissing-prototypes \
- -Winline
+ -Winline -Wunused
#
# The following flags are next up for working on:
# -Wall
OpenPOWER on IntegriCloud