From 8bf5a61278fd90780a8c8442d79f97409edf2d2b Mon Sep 17 00:00:00 2001 From: D G Turner Date: Mon, 19 Nov 2012 23:33:02 +0000 Subject: 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. --- engines/parallaction/parser_br.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/engines/parallaction/parser_br.cpp b/engines/parallaction/parser_br.cpp index e7f1b1b1ed..e60349ffa8 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') { -- cgit v1.2.3