[Scummvm-cvs-logs] scummvm master -> 6f8517a2770b6c20496cb70460a8ddfc9964b8f3

dreammaster dreammaster at scummvm.org
Mon May 26 18:34:13 CEST 2014


This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .

Summary:
6f8517a277 MADS: Fix compiler warning


Commit: 6f8517a2770b6c20496cb70460a8ddfc9964b8f3
    https://github.com/scummvm/scummvm/commit/6f8517a2770b6c20496cb70460a8ddfc9964b8f3
Author: Paul Gilbert (dreammaster at scummvm.org)
Date: 2014-05-26T12:33:24-04:00

Commit Message:
MADS: Fix compiler warning

Changed paths:
    engines/mads/resources.cpp



diff --git a/engines/mads/resources.cpp b/engines/mads/resources.cpp
index 745583b..0bb95de 100644
--- a/engines/mads/resources.cpp
+++ b/engines/mads/resources.cpp
@@ -394,7 +394,7 @@ void File::openFile(const Common::String &filename) {
 /*------------------------------------------------------------------------*/
 
 void SynchronizedList::synchronize(Common::Serializer &s) {
-	int v;
+	int v = 0;
 	int count = size();
 	s.syncAsUint16LE(count);
 






More information about the Scummvm-git-logs mailing list