mirror of
https://github.com/libretro/scummvm.git
synced 2025-01-09 11:20:56 +00:00
5199f9d080
Since lua_pushlightuserdata and lua_touserdata operate on (void *) values, it is tricky to fix these warnings "correctly" without looking at invasive changes to a significant amount of Lua internal code. Since these pointers to consts are already being recast to drop the const qualifications, then removing the const on the underlying value declaration does not further expose this to change and stops the compiler warnings associated with this. Anyone with a better fix for this can restore the const qualifications later. |
||
---|---|---|
.. | ||
lua | ||
double_serialization.cpp | ||
double_serialization.h | ||
lua_persist.cpp | ||
lua_persistence_util.cpp | ||
lua_persistence_util.h | ||
lua_persistence.h | ||
lua_unpersist.cpp |