summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--share/mk/bsd.kern.mk6
-rw-r--r--sys/conf/kern.mk6
2 files changed, 6 insertions, 6 deletions
diff --git a/share/mk/bsd.kern.mk b/share/mk/bsd.kern.mk
index d6c5eaf..8aac111 100644
--- a/share/mk/bsd.kern.mk
+++ b/share/mk/bsd.kern.mk
@@ -1,11 +1,11 @@
-# $Id: bsd.kern.mk,v 1.1 1996/10/08 22:10:49 bde Exp $
+# $Id: bsd.kern.mk,v 1.2 1996/10/09 18:41:40 bde Exp $
#
# Warning flags for compiling the kernel and components of the kernel.
#
-CWARNFLAGS?= -W -Wreturn-type -Wcomment -Wredundant-decls -Wimplicit \
+CWARNFLAGS?= -Wreturn-type -Wcomment -Wredundant-decls -Wimplicit \
-Wnested-externs -Wstrict-prototypes -Wmissing-prototypes \
- -Winline -Wpointer-arith # -Wunused -Wcast-qual
+ -Wpointer-arith # -W -Winline -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 d6c5eaf..8aac111 100644
--- a/sys/conf/kern.mk
+++ b/sys/conf/kern.mk
@@ -1,11 +1,11 @@
-# $Id: bsd.kern.mk,v 1.1 1996/10/08 22:10:49 bde Exp $
+# $Id: bsd.kern.mk,v 1.2 1996/10/09 18:41:40 bde Exp $
#
# Warning flags for compiling the kernel and components of the kernel.
#
-CWARNFLAGS?= -W -Wreturn-type -Wcomment -Wredundant-decls -Wimplicit \
+CWARNFLAGS?= -Wreturn-type -Wcomment -Wredundant-decls -Wimplicit \
-Wnested-externs -Wstrict-prototypes -Wmissing-prototypes \
- -Winline -Wpointer-arith # -Wunused -Wcast-qual
+ -Wpointer-arith # -W -Winline -Wunused -Wcast-qual
#
# The following flags are next up for working on:
# -Wformat -Wall
OpenPOWER on IntegriCloud