summaryrefslogtreecommitdiffstats
path: root/share/mk/bsd.kern.mk
diff options
context:
space:
mode:
Diffstat (limited to 'share/mk/bsd.kern.mk')
-rw-r--r--share/mk/bsd.kern.mk5
1 files changed, 3 insertions, 2 deletions
diff --git a/share/mk/bsd.kern.mk b/share/mk/bsd.kern.mk
index 3cfe366..c074f23 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
OpenPOWER on IntegriCloud