Clean up warnings in luasocket and box2d

This commit is contained in:
Bart van Strien
2013-09-29 12:56:48 +02:00
parent 375cbd4003
commit 6cf25f9209
3 changed files with 7 additions and 3 deletions
@@ -110,7 +110,7 @@ static int base_open(lua_State *L) {
/*-------------------------------------------------------------------------*\
* Initializes all library modules.
\*-------------------------------------------------------------------------*/
LUASOCKET_API luaopen_socket_core(lua_State *L) {
int LUASOCKET_API luaopen_socket_core(lua_State *L) {
int i;
base_open(L);
for (i = 0; mod[i].name; i++) mod[i].func(L);