Commit d5390284 authored by Sergey Lyubka's avatar Sergey Lyubka

Squashed warning for lua+sqlite code path

parent 9870b80c
......@@ -3981,7 +3981,7 @@ static void prepare_lua_environment(struct mg_connection *conn, lua_State *L) {
luaL_openlibs(L);
#ifdef USE_LUA_SQLITE3
luaopen_lsqlite3(L);
{ extern int luaopen_lsqlite3(lua_State *); luaopen_lsqlite3(L); }
#endif
// Register "print" function which calls mg_write()
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment