Ignore:
Timestamp:
08/11/13 17:19:03 (12 years ago)
Author:
epyon
Message:
  • warning cleanup for clang and gcc
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/lua/lua_path.cc

    r181 r198  
    2323}
    2424
    25 lua::path::path( int i )
     25lua::path::path( unsigned i )
    2626        : m_count(0)
    2727{
     
    8888                        else
    8989                        {
    90                                 lua_pushinteger( L, m_elements[i].value );
     90                                lua_pushunsigned( L, m_elements[i].value );
    9191                        }
    9292                        lua_gettable( L, -2 );
Note: See TracChangeset for help on using the changeset viewer.