Skip to content

Commit 7f89098

Browse files
jperonmarcelstanley
authored andcommitted
Fix compilation warning
1 parent f8288c1 commit 7f89098

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
@@ -232,7 +232,7 @@ static inline lunatik_object_t *lunatik_testobject(lua_State *L, int ix)
232232
return class != NULL && (pobject = luaL_testudata(L, ix, class->name)) != NULL ? *pobject : NULL;
233233
}
234234

235-
static void inline lunatik_newnamespaces(lua_State *L, const lunatik_namespace_t *namespaces)
235+
static inline void lunatik_newnamespaces(lua_State *L, const lunatik_namespace_t *namespaces)
236236
{
237237
for (; namespaces->name; namespaces++) {
238238
const lunatik_reg_t *reg;

0 commit comments

Comments
 (0)