bug-gnulib
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: mathl warnings


From: Bruno Haible
Subject: Re: mathl warnings
Date: Wed, 16 Apr 2008 03:39:04 +0200
User-agent: KMail/1.5.4

> 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  <address@hidden>

        * lib/logl.c (logl): Remove unused variables.

--- lib/logl.c.orig     2008-04-16 03:37:16.000000000 +0200
+++ lib/logl.c  2008-04-16 03:36:58.000000000 +0200
@@ -190,8 +190,7 @@
 logl(long double x)
 {
   long double z, y, w;
-  long double u, t;
-  unsigned int m;
+  long double t;
   int k, e;
 
   /* Check for IEEE special cases.  */





reply via email to

[Prev in Thread] Current Thread [Next in Thread]