Warning fixes:
authorKaveh R. Ghazi <ghazi@caip.rutgers.edu>
Fri, 9 Oct 1998 19:17:54 +0000 (19:17 +0000)
committerKaveh Ghazi <ghazi@gcc.gnu.org>
Fri, 9 Oct 1998 19:17:54 +0000 (19:17 +0000)
commita0a190d4d9f5ab6e6badb210a026f355b216562b
tree2040fdafb95eef3b27ded56af72dba13e0c4a6ed
parent1a34b7b328a22889b68ffff67b265a0ab4b9db9f
Warning fixes:

        * fp-bit.c (SFtype): Don't implicitly use int in declaration.
        (DFtype): Likewise.
        (_fpdiv_parts): Remove unused parameter `tmp', all callers changed.
        (divide): Remove unused variable `tmp'.
        (si_to_float): Cast numeric constant to (SItype) before comparing
        it against one.

From-SVN: r22967
gcc/ChangeLog
gcc/config/fp-bit.c