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: Lost Eden game engine initial commit 2017-01-25 22:41:46 +01:00
cryo.cpp ENGINES: Remove default1x scaler flag 2017-10-07 12:30:29 -05:00
cryo.h CRYO: Push down the AD includes 2018-05-01 12:48:05 +02:00
cryolib.cpp CRYO: Remove some obsolete TODOs 2017-02-02 23:28:19 +01:00
cryolib.h CRYO: Remove an empty function 2017-02-02 00:45:41 +01:00
debugger.cpp CRYO: Move inventory debug hack to debugger 2017-01-25 22:42:27 +01:00
debugger.h CRYO: Move inventory debug hack to debugger 2017-01-25 22:42:27 +01:00
defs.h CRYO: Rename variables to conform to our code formatting guidelines 2017-02-11 21:53:10 +02:00
detection.cpp CRYO: Add Lost Eden German version detection entry 2017-01-25 22:42:25 +01:00
eden.cpp CRYO: Fix Debug Statement Format String Compiler Warnings. 2018-07-29 03:32:40 +01:00
eden.h CRYO: Some renaming 2017-02-24 23:55:11 +01:00
graphics.cpp CRYO: Remove some more dead code, remove _keyboardHeld 2017-02-12 18:10:25 +01:00
module.mk CRYO: Split graphics and resource-related functions into separate files 2017-02-12 00:54:39 +02:00
platdefs.h CRYO: Move unrelated Common::File include out of platdefs.h 2017-02-10 04:33:35 +02:00
resource.cpp JANITORIAL: Remove superfluous semicolons 2017-04-18 06:49:14 +02:00
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 CRYO: Add sound playback to HNM files (buggy yet) 2017-01-25 22:42:25 +01:00