aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruce Evans <bde@FreeBSD.org>1998-05-01 18:13:37 +0000
committerBruce Evans <bde@FreeBSD.org>1998-05-01 18:13:37 +0000
commit89f9e39f199c2d5d33401c1c033e8d74451a0716 (patch)
treeb7c4396d29d3fcf888659690efe9db06b3b46e72
parent5a4c8619d8ca50fbcf2773020c5d75b8def6675b (diff)
Notes
-rw-r--r--share/mk/bsd.kern.mk4
-rw-r--r--sys/conf/kern.mk4
2 files changed, 4 insertions, 4 deletions
diff --git a/share/mk/bsd.kern.mk b/share/mk/bsd.kern.mk
index 17b416fa4123..c5cd8651c4ac 100644
--- a/share/mk/bsd.kern.mk
+++ b/share/mk/bsd.kern.mk
@@ -1,11 +1,11 @@
-# $Id: bsd.kern.mk,v 1.7 1997/10/21 10:36:07 bde Exp $
+# $Id: bsd.kern.mk,v 1.8 1997/10/21 10:39:27 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
+ -Wpointer-arith -Winline -Wuninitialized -ansi
#
# The following flags are next up for working on:
# -W -Wunused -Wcast-qual -Wformat -Wall
diff --git a/sys/conf/kern.mk b/sys/conf/kern.mk
index 17b416fa4123..c5cd8651c4ac 100644
--- a/sys/conf/kern.mk
+++ b/sys/conf/kern.mk
@@ -1,11 +1,11 @@
-# $Id: bsd.kern.mk,v 1.7 1997/10/21 10:36:07 bde Exp $
+# $Id: bsd.kern.mk,v 1.8 1997/10/21 10:39:27 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
+ -Wpointer-arith -Winline -Wuninitialized -ansi
#
# The following flags are next up for working on:
# -W -Wunused -Wcast-qual -Wformat -Wall