summaryrefslogtreecommitdiffstats
path: root/sys/i386/conf
diff options
context:
space:
mode:
authorbde <bde@FreeBSD.org>1995-03-25 23:21:36 +0000
committerbde <bde@FreeBSD.org>1995-03-25 23:21:36 +0000
commit3936ee9f706f9106cedd53bc831ba0d8e8c223bc (patch)
treedf0e27729802187b14728b33453f87449e3a1c5d /sys/i386/conf
parentdc5645601d4b1b35068989bda938f43d23a68fcd (diff)
downloadFreeBSD-src-3936ee9f706f9106cedd53bc831ba0d8e8c223bc.zip
FreeBSD-src-3936ee9f706f9106cedd53bc831ba0d8e8c223bc.tar.gz
Reviewed by:
Submitted by: Obtained from: Disable previous change. I missed a lot of implicit declarations.
Diffstat (limited to 'sys/i386/conf')
-rw-r--r--sys/i386/conf/Makefile.i3866
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/i386/conf/Makefile.i386 b/sys/i386/conf/Makefile.i386
index 8b7c435..907ede0 100644
--- a/sys/i386/conf/Makefile.i386
+++ b/sys/i386/conf/Makefile.i386
@@ -1,6 +1,6 @@
# Copyright 1990 W. Jolitz
# from: @(#)Makefile.i386 7.1 5/10/91
-# $Id: Makefile.i386,v 1.57 1995/03/04 03:24:06 davidg Exp $
+# $Id: Makefile.i386,v 1.58 1995/03/25 17:50:19 bde Exp $
#
# Makefile for FreeBSD
#
@@ -25,10 +25,10 @@ S= ../..
.endif
I386= ${S}/i386
-CWARNFLAGS?=-W -Wreturn-type -Wcomment -Wredundant-decls -Wimplicit
+CWARNFLAGS?=-W -Wreturn-type -Wcomment -Wredundant-decls
#
# The following flags are next up for working on:
-# -Wnested-externs (almost works)
+# -Wimplicit -Wnested-externs (almost work)
# -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations
#
# When working on removing warnings from code, the `-Werror' flag should be
OpenPOWER on IntegriCloud