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_area.cc

    r179 r198  
    3434}
    3535
    36 void nlua_area_construct( lua_State* L, int sidx )
     36static void nlua_area_construct( lua_State* L, int sidx )
    3737{
    3838        if ( nlua_is_coord( L, sidx ) )
     
    412412
    413413
    414 int luaopen_area( lua_State * L )
     414static int luaopen_area( lua_State * L )
    415415{
    416416        static const struct luaL_Reg nlua_area_sf [] = {
Note: See TracChangeset for help on using the changeset viewer.