From f5d79ab0c0d0b29bc8ecc9a28116bdfe170e6671 Mon Sep 17 00:00:00 2001 From: bde Date: Fri, 1 May 1998 18:13:37 +0000 Subject: Added -ansi to CWARNFLAGS so that ANSI errors don't come back. --- share/mk/bsd.kern.mk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'share/mk/bsd.kern.mk') 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 -- cgit v1.1