summaryrefslogtreecommitdiffstats
path: root/share/mk
diff options
context:
space:
mode:
authorbde <bde@FreeBSD.org>1997-10-21 10:36:07 +0000
committerbde <bde@FreeBSD.org>1997-10-21 10:36:07 +0000
commitda0f70fc69a75ddf599d864ad69c2e6d6496baf1 (patch)
treeabe986be11ecea4f578b5a13d561375643f0307a /share/mk
parentb389f452d8a77670926690345cf49b53f9451897 (diff)
downloadFreeBSD-src-da0f70fc69a75ddf599d864ad69c2e6d6496baf1.zip
FreeBSD-src-da0f70fc69a75ddf599d864ad69c2e6d6496baf1.tar.gz
Oops, comment lines can't be continued.
Diffstat (limited to 'share/mk')
-rw-r--r--share/mk/bsd.kern.mk6
1 files changed, 3 insertions, 3 deletions
diff --git a/share/mk/bsd.kern.mk b/share/mk/bsd.kern.mk
index c074f23..dcde3e6 100644
--- a/share/mk/bsd.kern.mk
+++ b/share/mk/bsd.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
OpenPOWER on IntegriCloud