aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruce Evans <bde@FreeBSD.org>1997-10-21 06:53:24 +0000
committerBruce Evans <bde@FreeBSD.org>1997-10-21 06:53:24 +0000
commit6e47de28bb1f6eadeab11bf6b4bf6d948c0df3f7 (patch)
tree5edf0ac719254d76cc730e8952a2b91501139321
parenta9a7f0831711f68584f8ff48479b0bad0ec195c4 (diff)
Notes
-rw-r--r--share/mk/bsd.kern.mk5
-rw-r--r--sys/conf/kern.mk5
2 files changed, 6 insertions, 4 deletions
diff --git a/share/mk/bsd.kern.mk b/share/mk/bsd.kern.mk
index 3cfe3664c8e5..c074f23bbbe9 100644
--- a/share/mk/bsd.kern.mk
+++ b/share/mk/bsd.kern.mk
@@ -1,11 +1,12 @@
-# $Id$
+# $Id: bsd.kern.mk,v 1.5 1997/02/22 13:56:10 peter Exp $
#
# Warning flags for compiling the kernel and components of the kernel.
#
CWARNFLAGS?= -Wreturn-type -Wcomment -Wredundant-decls -Wimplicit \
-Wnested-externs -Wstrict-prototypes -Wmissing-prototypes \
- -Wpointer-arith # -W -Winline -Wunused -Wcast-qual
+ -Wpointer-arith -Winline -Wuninitialized # -W -Wunused \
+ -Wcast-qual
#
# The following flags are next up for working on:
# -Wformat -Wall
diff --git a/sys/conf/kern.mk b/sys/conf/kern.mk
index 3cfe3664c8e5..c074f23bbbe9 100644
--- a/sys/conf/kern.mk
+++ b/sys/conf/kern.mk
@@ -1,11 +1,12 @@
-# $Id$
+# $Id: bsd.kern.mk,v 1.5 1997/02/22 13:56:10 peter Exp $
#
# Warning flags for compiling the kernel and components of the kernel.
#
CWARNFLAGS?= -Wreturn-type -Wcomment -Wredundant-decls -Wimplicit \
-Wnested-externs -Wstrict-prototypes -Wmissing-prototypes \
- -Wpointer-arith # -W -Winline -Wunused -Wcast-qual
+ -Wpointer-arith -Winline -Wuninitialized # -W -Wunused \
+ -Wcast-qual
#
# The following flags are next up for working on:
# -Wformat -Wall