Changeset 46 for trunk/src/sh_tiger0.c


Ignore:
Timestamp:
Jun 9, 2006, 10:38:20 PM (18 years ago)
Author:
rainer
Message:

Fix x86_64 build failure with gcc 4.x (as well as some gcc 4.x warnings)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/sh_tiger0.c

    r34 r46  
    913913      sum += n;
    914914    }
    915     while (sum < (off_t) BLOCKSIZE
     915    while (sum < (size_t) BLOCKSIZE
    916916           && n != 0);
    917917
Note: See TracChangeset for help on using the changeset viewer.