On Wed, 2005-10-05 at 01:21 +0900, Peter O'Gorman wrote: > ~ static double > - -fmin (double a, double b) > +gog_fmin (double a, double b) > > I built using gcc-4.0 and --disable-error-on-warning and this was the only > place I saw an actual error. I've got a system fmin and gcc-4.0 complains > about static declaration after non-static. Since this is an actual error, > and even though I know this is an imported source, I'd appreciate this minor > change being made so that gcc-4.0 compilation is possible without patching.
What's the definition for the system fmin() function? David _______________________________________________ gnucash-devel mailing list [email protected] https://lists.gnucash.org/mailman/listinfo/gnucash-devel
