[Scummvm-cvs-logs] scummvm master -> 8bf5a61278fd90780a8c8442d79f97409edf2d2b

digitall dgturner at iee.org
Tue Nov 20 00:35:28 CET 2012


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:
8bf5a61278 PARALLACTION: Mask unused, but set variable warning, by debug().


Commit: 8bf5a61278fd90780a8c8442d79f97409edf2d2b
    https://github.com/scummvm/scummvm/commit/8bf5a61278fd90780a8c8442d79f97409edf2d2b
Author: D G Turner (digitall at scummvm.org)
Date: 2012-11-19T15:33:02-08:00

Commit Message:
PARALLACTION: Mask unused, but set variable warning, by debug().

This variable is likely to be used in the future if the associated
TODO is implemented, so this warning is inhibited by adding a debug()
output statement.

Changed paths:
    engines/parallaction/parser_br.cpp



diff --git a/engines/parallaction/parser_br.cpp b/engines/parallaction/parser_br.cpp
index e7f1b1b..e60349f 100644
--- a/engines/parallaction/parser_br.cpp
+++ b/engines/parallaction/parser_br.cpp
@@ -325,6 +325,7 @@ DECLARE_LOCATION_PARSER(location)  {
 		nextToken = 2;
 	}
 
+	debugC(7, kDebugParser, "flip: %d", flip);
 	// TODO: handle background horizontal flip (via a context parameter)
 
 	if (_tokens[nextToken][0] != '\0') {






More information about the Scummvm-git-logs mailing list