Skip to content

Commit 079ca86

Browse files
jperonlneto
authored andcommitted
Fix compilation warning
1 parent 97f48c8 commit 079ca86

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lunatik.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -246,7 +246,7 @@ static inline lunatik_object_t *lunatik_testobject(lua_State *L, int ix)
246246
return class != NULL && (pobject = luaL_testudata(L, ix, class->name)) != NULL ? *pobject : NULL;
247247
}
248248

249-
static void inline lunatik_newnamespaces(lua_State *L, const lunatik_namespace_t *namespaces)
249+
static inline void lunatik_newnamespaces(lua_State *L, const lunatik_namespace_t *namespaces)
250250
{
251251
for (; namespaces->name; namespaces++) {
252252
const lunatik_reg_t *reg;

0 commit comments

Comments
 (0)