Ignore:
Timestamp:
Oct 25, 2011, 3:00:49 AM (12 years ago)
Author:
Peter Johansson
Message:

avoid warnings (-Wall)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/lib/TinyStats.cc

    r1256 r1418  
    4242    if (j==i->second.end())
    4343      return 0;
    44     assert(lt < j->second.size());
     44    assert(static_cast<size_t>(lt) < j->second.size());
    4545    return j->second[lt];
    4646  }
Note: See TracChangeset for help on using the changeset viewer.