scummvm/engines/cryo
D G Turner 733cb7dcc7 CRYO: Fix Debug Statement Format String Compiler Warnings.
Some of the debug statements in the engine compute values or sizes of
various items by pointer subtraction (which is probably not recommended;
I am not sure if this is why some of the structs were previous packed as
noted and removed by snover).

In any case, the subtractions should result in relatively small integer
values, but using these into debug() calls with printf style format
strings can cause warnings from the compiler with the format specifier
depending on the underlying pointer sizes.

To avoid these, have recast these to int. If this does cause any issues,
they should be limited to debug() value changes and thus not a
functional issue with the engine, which can be corrected by the engine
developers.
2018-07-29 03:32:40 +01:00
..
configure.engine
cryo.cpp
cryo.h CRYO: Push down the AD includes 2018-05-01 12:48:05 +02:00
cryolib.cpp
cryolib.h
debugger.cpp
debugger.h
defs.h
detection.cpp
eden.cpp CRYO: Fix Debug Statement Format String Compiler Warnings. 2018-07-29 03:32:40 +01:00
eden.h
graphics.cpp
module.mk
platdefs.h
resource.cpp
sound.cpp JANITORIAL: Convert line endings from CRLF/mixed to LF 2018-05-24 15:30:55 +02:00
sound.h JANITORIAL: Convert line endings from CRLF/mixed to LF 2018-05-24 15:30:55 +02:00
video.cpp JANITORIAL: Fix formatting 2018-04-22 00:56:21 +02:00
video.h