Ignore:
Timestamp:
01/01/12 18:05:19 (12 years ago)
Author:
r2d
Message:

removed some gcc warnings and compilation issues

File:
1 edited

Legend:

Unmodified
Added
Removed
  • libmpc/trunk/common/fastmath.c

    r333 r477  
    3030void   Init_FastMath ( void )
    3131{
    32     int i; mpc_floatint X, Y; double xm, x0, xp, x, y; float* p;
     32    int i; mpc_floatint X; double xm, x0, xp, x, y; float* p;
    3333
    3434    p = (float*) tabatan2;
     
    5757    for ( i = 0; i < 255; i++ ) {
    5858        X.n = (i << 23);
    59         Y.n = (i << 23) + (1<<23) - 1;
    6059        *p++ = sqrt(X.f);
    6160    }
Note: See TracChangeset for help on using the changeset viewer.