Ignore:
Timestamp:
08/17/13 21:22:56 (12 years ago)
Author:
cahir
Message:

Fix warnings on MacOSX 64-bit with clang 3.3

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/formats/md2_loader.cc

    r200 r204  
    357357        uint32 stats_collision  = 0;
    358358
    359         std::vector< sint32 > index_translation( md2->header.num_vertices, -1 );
     359        std::vector< sint32 > index_translation( static_cast< uint32 >( md2->header.num_vertices ), -1 );
    360360
    361361        m_new_indexes.clear();
Note: See TracChangeset for help on using the changeset viewer.