[Scummvm-cvs-logs] CVS: scummvm/scumm script_v100he.cpp,2.151,2.152 script_v72he.cpp,2.289,2.290

Torbjörn Andersson eriktorbjorn at users.sourceforge.net
Thu May 12 07:00:55 CEST 2005


Update of /cvsroot/scummvm/scummvm/scumm
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv5150

Modified Files:
	script_v100he.cpp script_v72he.cpp 
Log Message:
Removed unused variables to prevent warnings.


Index: script_v100he.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/scumm/script_v100he.cpp,v
retrieving revision 2.151
retrieving revision 2.152
diff -u -d -r2.151 -r2.152
--- script_v100he.cpp	12 May 2005 09:12:30 -0000	2.151
+++ script_v100he.cpp	12 May 2005 13:58:22 -0000	2.152
@@ -2206,7 +2206,7 @@
 	int type;
 
 	byte subOp = fetchScriptByte();
-	int idx = pop();
+	/* int idx = */ pop();
 
 	switch (subOp) {
 	case 25:

Index: script_v72he.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/scumm/script_v72he.cpp,v
retrieving revision 2.289
retrieving revision 2.290
diff -u -d -r2.289 -r2.290
--- script_v72he.cpp	12 May 2005 09:12:30 -0000	2.289
+++ script_v72he.cpp	12 May 2005 13:58:23 -0000	2.290
@@ -2113,7 +2113,7 @@
 	int type;
 
 	byte subOp = fetchScriptByte();
-	int idx = pop();
+	/* int idx = */ pop();
 
 	switch (subOp) {
 	case 18:





More information about the Scummvm-git-logs mailing list