r12984 - gnucash/trunk/src - Move the global report hash-table
from guile to C.
Christian Stimming
stimming at tuhh.de
Fri Jan 27 04:36:54 EST 2006
Chris Shoemaker schrieb:
> Oh, I just remembered why distcheck failed for me the last time. It
> tried to configure/compile with strict defaults, and since I need the
> -Wno-pointer-sign, it won't compile.
FTR: IIRC -Wno-pointer-sign was newly introduced in gcc4, so we cannot
add that as a general flag as gcc3.x would refuse to work. If we decide
to include this by default, we would need to add this only for gcc >=
4.0.0.
OTOH I'm not sure whether it is a good idea to add that flag anyway, but
that's another discussion.
Christian
More information about the gnucash-devel
mailing list