Hello
On Lua 5.3.x there is a warning on the function
lua_rawlen
warning C4244: 'return': conversion from 'lua_Unsigned' to 'size_t', possible loss of data
I know is harmless warning, but would be nice to add a cast so we could have 0 warnings building Lua from source.
Thank you.