aboutsummaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorGary Palmer <gpalmer@FreeBSD.org>1996-06-12 05:54:46 +0000
committerGary Palmer <gpalmer@FreeBSD.org>1996-06-12 05:54:46 +0000
commita01e62f093ae7b2088000049099dab59c7c84dd5 (patch)
treef9ec3ca93c6028cf33bb42106375142596d55719 /sys
parentc23670e2949d9e72d99006b4f3be147c712f2f89 (diff)
downloadsrc-a01e62f093ae7b2088000049099dab59c7c84dd5.tar.gz
src-a01e62f093ae7b2088000049099dab59c7c84dd5.zip
Add -Wunused to try and catch any future offenders
Reviewed by: bde
Notes
Notes: svn path=/head/; revision=16323
Diffstat (limited to 'sys')
-rw-r--r--sys/conf/Makefile.i3864
-rw-r--r--sys/conf/Makefile.powerpc4
-rw-r--r--sys/i386/conf/Makefile.i3864
3 files changed, 6 insertions, 6 deletions
diff --git a/sys/conf/Makefile.i386 b/sys/conf/Makefile.i386
index 12eb79967e2b..3cac92b22b86 100644
--- a/sys/conf/Makefile.i386
+++ b/sys/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
diff --git a/sys/conf/Makefile.powerpc b/sys/conf/Makefile.powerpc
index 12eb79967e2b..3cac92b22b86 100644
--- a/sys/conf/Makefile.powerpc
+++ b/sys/conf/Makefile.powerpc
@@ -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
diff --git a/sys/i386/conf/Makefile.i386 b/sys/i386/conf/Makefile.i386
index 12eb79967e2b..3cac92b22b86 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