mirror of
https://github.com/glest/glest-source.git
synced 2025-08-13 03:44:00 +02:00
- remove all unused variables as reported by clang (and issue #35)
This commit is contained in:
@@ -33,7 +33,7 @@ log10_2hi = 3.0102920532e-01f, /* 0x3e9a2080 */
|
||||
log10_2lo = 7.9034151668e-07f; /* 0x355427db */
|
||||
|
||||
#ifdef __STDC__
|
||||
static const Simple zero = 0.0f;
|
||||
//static const Simple zero = 0.0f;
|
||||
#else
|
||||
static Simple zero = 0.0f;
|
||||
#endif
|
||||
|
@@ -23,7 +23,7 @@ static char rcsid[] = "$NetBSD: s_cosf.c,v 1.4f 1995/05/10 20:47:03 jtc Exp $";
|
||||
|
||||
namespace streflop_libm {
|
||||
#ifdef __STDC__
|
||||
static const Simple one=1.0f;
|
||||
//static const Simple one=1.0f;
|
||||
#else
|
||||
static Simple one=1.0f;
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user