mirror of
https://github.com/libretro/scummvm.git
synced 2025-02-21 03:31:40 +00:00
fix warning
svn-id: r40737
This commit is contained in:
parent
6ec870303f
commit
6be7da1c83
@ -48,7 +48,7 @@ public:
|
||||
TS_ASSERT(ser.syncVersion(1));
|
||||
TS_ASSERT_EQUALS(ser.getVersion(), version);
|
||||
|
||||
uint32 tmp;
|
||||
uint32 tmp = 0;
|
||||
|
||||
ser.syncAsUint16BE(tmp, Common::Serializer::Version(1));
|
||||
TS_ASSERT_EQUALS(tmp, (uint16)0x0607);
|
||||
|
Loading…
x
Reference in New Issue
Block a user