summaryrefslogtreecommitdiffstats
path: root/share/mk/bsd.kern.mk
diff options
context:
space:
mode:
authorbde <bde@FreeBSD.org>1998-05-01 18:13:37 +0000
committerbde <bde@FreeBSD.org>1998-05-01 18:13:37 +0000
commitf5d79ab0c0d0b29bc8ecc9a28116bdfe170e6671 (patch)
treef2f4cc7272e59cae1c224d72de17cc73f62ce390 /share/mk/bsd.kern.mk
parentf557c431ce25e898d83d15184bb51fea445bb592 (diff)
downloadFreeBSD-src-f5d79ab0c0d0b29bc8ecc9a28116bdfe170e6671.zip
FreeBSD-src-f5d79ab0c0d0b29bc8ecc9a28116bdfe170e6671.tar.gz
Added -ansi to CWARNFLAGS so that ANSI errors don't come back.
Diffstat (limited to 'share/mk/bsd.kern.mk')
-rw-r--r--share/mk/bsd.kern.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/share/mk/bsd.kern.mk b/share/mk/bsd.kern.mk
index 17b416f..c5cd865 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
OpenPOWER on IntegriCloud