Menu

#7172 SWORD25: Cast to pointer from integer of different size

*None
open
nobody
None
2
2016-07-20
2016-07-20
Sven Hesse
No

GCC's -Wint-to-pointer-cast (on amd64) complains about the casting of an integer value into a pointer type in two places within lua:

  • engines/sword25/util/lua_unpersist.cpp:121
  • engines/sword25/util/lua_unpersist.cpp:201

Discussion