Sebastien Maret writes: > I am not sure if it's really a bug, but I obtain a warning when I include > <math.h> before <gsl/gsl_odeiv.h>: > > /sw/include/gsl/gsl_odeiv.h:173: warning: declaration of 'y0' shadows a > global declaration > /usr/include/architecture/i386/math.h:434: warning: shadowed declaration is > here > > In math.h, y0 definition is: > > #if !defined(_ANSI_SOURCE) > extern double j0 ( double ); > > I am running a Intel MacBook Pro under MacOSX 10.4.6.
Thanks for the bug report. I will correct it in the next release. In the meantime it is safe to ignore the warning, it won't cause affect the code. -- best regards, Brian Gough Network Theory Ltd, Publishing the GSL Manual - http://www.network-theory.co.uk/gsl/manual/ _______________________________________________ Bug-gsl mailing list [email protected] http://lists.gnu.org/mailman/listinfo/bug-gsl
