scummvm/engines/sword25/util
D G Turner 5199f9d080 SWORD25: Suppress GCC Cast Qualification Warnings.
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.
2017-11-12 20:55:59 +00:00
..
lua SWORD25: Suppress GCC Cast Qualification Warnings. 2017-11-12 20:55:59 +00:00
double_serialization.cpp
double_serialization.h
lua_persist.cpp
lua_persistence_util.cpp
lua_persistence_util.h
lua_persistence.h
lua_unpersist.cpp