[Scummvm-cvs-logs] SF.net SVN: scummvm: [25498] scummvm/trunk/engines/parallaction/loadsave. cpp

fingolfin at users.sourceforge.net fingolfin at users.sourceforge.net
Sun Feb 11 23:40:32 CET 2007


Revision: 25498
          http://scummvm.svn.sourceforge.net/scummvm/?rev=25498&view=rev
Author:   fingolfin
Date:     2007-02-11 14:40:32 -0800 (Sun, 11 Feb 2007)

Log Message:
-----------
Fix warnings

Modified Paths:
--------------
    scummvm/trunk/engines/parallaction/loadsave.cpp

Modified: scummvm/trunk/engines/parallaction/loadsave.cpp
===================================================================
--- scummvm/trunk/engines/parallaction/loadsave.cpp	2007-02-11 22:37:47 UTC (rev 25497)
+++ scummvm/trunk/engines/parallaction/loadsave.cpp	2007-02-11 22:40:32 UTC (rev 25498)
@@ -721,7 +721,7 @@
 
 	Common::StringList l;
 
-    int count = buildSaveFileList(l);
+    /*int count = */ buildSaveFileList(l);
     slc->setList(l);
 
     int idx = slc->runModal();
@@ -735,8 +735,6 @@
 
 void Parallaction::loadGame() {
 
-    char buf[32];
-
 	int _di = selectSaveFile( 0 );
 	if (_di == -1) {
 	    return;
@@ -759,8 +757,6 @@
 
 	if (!scumm_stricmp(_location, "caveau")) return;
 
-    char buf[32];
-
 	int slot = selectSaveFile( 1 );
 	if (slot == -1) {
 	    return;


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.




More information about the Scummvm-git-logs mailing list