Changeset 80d2bdb in mainline for arch/ia32/src/fmath.c


Ignore:
Timestamp:
2005-12-15T16:10:19Z (19 years ago)
Author:
Ondrej Palkovsky <ondrap@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
b4cad8b2
Parents:
7dd2561
Message:

We are now almost -Wall clean.

  • redefined atomic_t
  • deleted many, many unused variables
  • some minor code cleanups found using compiler warning.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • arch/ia32/src/fmath.c

    r7dd2561 r80d2bdb  
    6363        fmath_ld_union_t fmath_ld_union_int;
    6464        signed short exp;
    65         __u64 mask,mantisa;
     65        __u64 mask;
     66        // __u64 mantisa;
    6667        int i;
    6768       
Note: See TracChangeset for help on using the changeset viewer.