Re: mathl warnings

2008-04-15 Thread Bruno Haible
Paolo Bonzini wrote: > > 1) > > acosl.c:186: warning: implicit declaration of function `asinl' > > acosl.c:186: warning: implicit declaration of function `sqrtl' > > asinl.c:186: warning: implicit declaration of function `sqrtl' > > > > Calling functions with 'long double' results when they are no

Re: mathl warnings

2008-04-15 Thread Bruno Haible
> 4) > logl.c:193: warning: unused variable `u' > logl.c:194: warning: unused variable `m' I'm removing these unused variables. 2008-04-15 Bruno Haible <[EMAIL PROTECTED]> * lib/logl.c (logl): Remove unused variables. --- lib/logl.c.orig 2008-04-16 03:37:16.0 +0200 +++ li

Re: mathl warnings

2008-04-15 Thread Paolo Bonzini
The mathl module, compiled on Cygwin with -Wall, yields several warnings: 1) acosl.c:186: warning: implicit declaration of function `asinl' acosl.c:186: warning: implicit declaration of function `sqrtl' asinl.c:186: warning: implicit declaration of function `sqrtl' Calling functions with 'long

mathl warnings

2008-04-15 Thread Bruno Haible
Hi Paolo, The mathl module, compiled on Cygwin with -Wall, yields several warnings: 1) acosl.c:186: warning: implicit declaration of function `asinl' acosl.c:186: warning: implicit declaration of function `sqrtl' asinl.c:186: warning: implicit declaration of function `sqrtl' Calling functions wi