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

File Changes

(3 files)

Patch Links:


Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you are subscribed to this thread.Message ID: <geany/geany-plugins/pull/1210@github.com>