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
https://github.com/geany/geany-plugins/pull/1210
(3 files)
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you are subscribed to this thread.