Date: Fri, 14 Mar 2003 19:58:14 +0200 From: Ruslan Ermilov <ru@FreeBSD.ORG> To: Maxime Henrion <mux@FreeBSD.ORG> Cc: arch@FreeBSD.ORG Subject: Re: WARNS=6 changes Message-ID: <20030314175814.GC94719@sunbay.com> In-Reply-To: <20030313192045.GG3819@elvis.mu.org>
index | next in thread | previous in thread | raw e-mail
[-- Attachment #1 --]
On Thu, Mar 13, 2003 at 08:20:45PM +0100, Maxime Henrion wrote:
> Hi all,
>
>
> I've been told it would be good to post this change here for discussion,
> so here it is. This patch changes the default standard used for
> warnings from c89 to c99. It only affects WARNS=6 code (that is, very
> few code). It also makes it possible to select another standard with
> the WSTD variable if we ever need to. Of course, I've tested that no
> parts of the build is broken with this patch.
>
I think that *not* hard-coding WSTD is not good, because it then
may mean different things for different settings.
> Index: bsd.sys.mk
> ===================================================================
> RCS file: /space2/ncvs/src/share/mk/bsd.sys.mk,v
> retrieving revision 1.11
> diff -u -p -r1.11 bsd.sys.mk
> --- bsd.sys.mk 13 Nov 2002 13:49:29 -0000 1.11
> +++ bsd.sys.mk 13 Mar 2003 18:25:40 -0000
> @@ -29,7 +29,8 @@ CFLAGS += -Wuninitialized
> . endif
> # BDECFLAGS
> . if ${WARNS} > 5
> -CFLAGS += -ansi -pedantic -Wbad-function-cast -Wchar-subscripts -Winline -Wnested-externs -Wredundant-decls
> +WSTD ?= c99
> +CFLAGS += -std=${WSTD} -pedantic -Wbad-function-cast -Wchar-subscripts -Winline -Wnested-externs -Wredundant-decls
> . endif
> . if ${WARNS} > 1 && ${WARNS} < 5
> # XXX Delete -Wuninitialized by default for now -- the compiler doesn't
Cheers,
--
Ruslan Ermilov Sysadmin and DBA,
ru@sunbay.com Sunbay Software AG,
ru@FreeBSD.org FreeBSD committer,
+380.652.512.251 Simferopol, Ukraine
http://www.FreeBSD.org The Power To Serve
http://www.oracle.com Enabling The Information Age
[-- Attachment #2 --]
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.1 (FreeBSD)
iD8DBQE+chg2Ukv4P6juNwoRAjVtAJ0fHM1PRKSkCeFmTV4uOvRfqfNIkQCggzvB
1TVQ6RdXbHxtHXx74fJGhms=
=1MCt
-----END PGP SIGNATURE-----
home |
help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20030314175814.GC94719>
