[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: [PATCH] Single Character Compile nit on Win32

From: Philip Martin <philip_at_codematters.co.uk>
Date: 2002-06-06 18:09:40 CEST

Karl Fogel <kfogel@newton.ch.collab.net> writes:

> brane@xbc.nu writes:
> > 6.8.4.2 correctly. And sure enough, 'gcc -ansi -pedantic' does warn
> >
> > I vote we add those options to --enable-maintainer-mode if the compiler is gcc.
>
> +1 on that. We "should" be strictly ansi anyway, so this ought not
> cause any latent warnings to become visible -- and if it does, we want
> to know about it.

gcc 2.95 will generate warnings about the use of "long long" with
these options, and "long long" occurs in apr.h. There is a danger that
these warnings will swap anything useful. If we detect gcc 3.0 or
greater we could use -std=c99 -pedantic without this problem.

-- 
Philip
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Thu Jun 6 18:10:31 2002

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.