summaryrefslogtreecommitdiff
path: root/sys/conf
diff options
context:
space:
mode:
authorBruce Evans <bde@FreeBSD.org>1996-10-09 18:41:40 +0000
committerBruce Evans <bde@FreeBSD.org>1996-10-09 18:41:40 +0000
commit272937b07fd5cb2d521fb8d755f784c7cc5a894b (patch)
tree9fe933f13212e3d480d2e0ded63236b5fde2861e /sys/conf
parentd656e316f8530fc1152fb2e4b50361ba8f7a1b0c (diff)
Notes
Diffstat (limited to 'sys/conf')
-rw-r--r--sys/conf/kern.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/conf/kern.mk b/sys/conf/kern.mk
index 023612392e36..d6c5eaf80c68 100644
--- a/sys/conf/kern.mk
+++ b/sys/conf/kern.mk
@@ -1,11 +1,11 @@
-# $Id$
+# $Id: bsd.kern.mk,v 1.1 1996/10/08 22:10:49 bde Exp $
#
# Warning flags for compiling the kernel and components of the kernel.
#
CWARNFLAGS?= -W -Wreturn-type -Wcomment -Wredundant-decls -Wimplicit \
-Wnested-externs -Wstrict-prototypes -Wmissing-prototypes \
- -Winline -Wunused -Wpointer-arith -Wcast-qual
+ -Winline -Wpointer-arith # -Wunused -Wcast-qual
#
# The following flags are next up for working on:
# -Wformat -Wall