#7172 closed defect (fixed)
SWORD25: Cast to pointer from integer of different size
Reported by: | DrMcCoy | Owned by: | wjp |
---|---|---|---|
Priority: | low | Component: | Engine: Sword25 |
Version: | Keywords: | ||
Cc: | Game: | Broken Sword 2.5 |
Description
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
Ticket imported from: bugs/7172.
Change History (3)
comment:1 by , 8 years ago
Component: | → Engine: Sword25 |
---|
comment:2 by , 8 years ago
Owner: | set to |
---|---|
Resolution: | → fixed |
Status: | new → closed |
comment:3 by , 5 years ago
Game: | → Broken Sword 2.5 |
---|
Note:
See TracTickets
for help on using tickets.
Fixed by PR #894 in master.