mirror of
https://github.com/cesanta/mongoose.git
synced 2025-06-16 23:30:39 +08:00
Squashed warning for lua+sqlite code path
This commit is contained in:
parent
9870b80c65
commit
d53902844c
@ -3981,7 +3981,7 @@ static void prepare_lua_environment(struct mg_connection *conn, lua_State *L) {
|
|||||||
|
|
||||||
luaL_openlibs(L);
|
luaL_openlibs(L);
|
||||||
#ifdef USE_LUA_SQLITE3
|
#ifdef USE_LUA_SQLITE3
|
||||||
luaopen_lsqlite3(L);
|
{ extern int luaopen_lsqlite3(lua_State *); luaopen_lsqlite3(L); }
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// Register "print" function which calls mg_write()
|
// Register "print" function which calls mg_write()
|
||||||
|
Loading…
Reference in New Issue
Block a user