summaryrefslogtreecommitdiffstats
path: root/sys/i386/conf
diff options
context:
space:
mode:
authorbde <bde@FreeBSD.org>1995-03-28 08:02:37 +0000
committerbde <bde@FreeBSD.org>1995-03-28 08:02:37 +0000
commit4071f984e358e59c46b172c8bf324d44b3e4bf61 (patch)
treea06ed0d31cfc527a7d1bb3bce36b3e3bac1367d8 /sys/i386/conf
parent2a03937be0816582e35d1e164c9c7f9ddbe8c330 (diff)
downloadFreeBSD-src-4071f984e358e59c46b172c8bf324d44b3e4bf61.zip
FreeBSD-src-4071f984e358e59c46b172c8bf324d44b3e4bf61.tar.gz
CVS:
Enable -Wimplicit again. bash: /src/z1: No such file or directory
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 907ede0..8e85d7f 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.58 1995/03/25 17:50:19 bde Exp $
+# $Id: Makefile.i386,v 1.59 1995/03/25 23:21:36 bde Exp $
#
# Makefile for FreeBSD
#
@@ -25,10 +25,10 @@ S= ../..
.endif
I386= ${S}/i386
-CWARNFLAGS?=-W -Wreturn-type -Wcomment -Wredundant-decls
+CWARNFLAGS?=-W -Wreturn-type -Wcomment -Wredundant-decls -Wimplicit
#
# The following flags are next up for working on:
-# -Wimplicit -Wnested-externs (almost work)
+# -Wnested-externs (almost works)
# -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations
#
# When working on removing warnings from code, the `-Werror' flag should be
OpenPOWER on IntegriCloud