Re: Dia ChangeLog report for Tue Mar 23 08:23:02 2004 (UTC)
From: Cyrille Chepelov <cyrille chepelov org>
To: dia-list gnome org
Subject: Re: Dia ChangeLog report for Tue Mar 23 08:23:02 2004 (UTC)
Date: Tue, 23 Mar 2004 10:04:39 +0100
Le Tue, Mar 23, 2004, Ã 09:28:58AM +0100, Dia ChangeLog Daemon a écrit:
> + * objects/standard/box.c objects/standard/ellipse.c : fix gccisms :
> + standard C requires variables to be declared at the beginning of
> + a block, also there is no fabsf() with msvc
Naaah, Hans, this is your C compiler which doesn't conform with C99, that's
all.
More seriously, Lars, perhaps we should consider enabling a few gcc
pedwarns, maybe to the extent of demanding C89 conformance, shouldn't we?
(Hans is sometimes a good substitute for gcc -pedantic, but in the long run,
gcc with suitable arguments will be more patient and help better distribute
the portability effort)
-- Cyrille
--