aboutsummaryrefslogtreecommitdiff
path: root/sys/conf/kern.mk
diff options
context:
space:
mode:
authorBruce Evans <bde@FreeBSD.org>1997-10-21 10:36:07 +0000
committerBruce Evans <bde@FreeBSD.org>1997-10-21 10:36:07 +0000
commit1bfc28268076337c34e5555d7e94a9bf8721cfe5 (patch)
tree546cb94cc50f2f61e5ecaa49171f1c681a10f364 /sys/conf/kern.mk
parent2830148a29f76ad83de6693dad770c5c8240c55e (diff)
downloadsrc-1bfc28268076337c34e5555d7e94a9bf8721cfe5.tar.gz
src-1bfc28268076337c34e5555d7e94a9bf8721cfe5.zip
Oops, comment lines can't be continued.
Notes
Notes: svn path=/head/; revision=30628
Diffstat (limited to 'sys/conf/kern.mk')
-rw-r--r--sys/conf/kern.mk6
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/conf/kern.mk b/sys/conf/kern.mk
index c074f23bbbe9..dcde3e6ee8aa 100644
--- a/sys/conf/kern.mk
+++ b/sys/conf/kern.mk
@@ -1,12 +1,12 @@
-# $Id: bsd.kern.mk,v 1.5 1997/02/22 13:56:10 peter Exp $
+# $Id: bsd.kern.mk,v 1.6 1997/10/21 06:53:24 bde 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 -Winline -Wuninitialized # -W -Wunused \
- -Wcast-qual
+ -Wpointer-arith -Winline -Wuninitialized
+ # -W -Wunused -Wcast-qual
#
# The following flags are next up for working on:
# -Wformat -Wall