With GCC 11.3: warning: implicit declaration of function ‘luaL_openlib’; did you mean ‘luaI_openlib’? [-Wimplicit-function-declaration]
Lua 5.1 replaced luaL_openlib with luaL_register https://www.lua.org/manual/5.1/manual.html#7.3 You can view, comment on, or merge this pull request online at: https://github.com/geany/geany-plugins/pull/1210 -- Commit Summary -- * GeanyLua: Use luaL_register instead of luaL_openlib -- File Changes -- M geanylua/glspi_kfile.c (4) M geanylua/glspi_run.c (4) M geanylua/gsdlg_lua.c (4) -- Patch Links -- https://github.com/geany/geany-plugins/pull/1210.patch https://github.com/geany/geany-plugins/pull/1210.diff -- Reply to this email directly or view it on GitHub: https://github.com/geany/geany-plugins/pull/1210 You are receiving this because you are subscribed to this thread. Message ID: <geany/geany-plugins/pull/[email protected]>
