[Scummvm-git-logs] scummvm master -> 51a2685e3ff1c6e689651e67444e5456c5977e21

digitall dgturner at iee.org
Sun Jul 29 09:17:16 CEST 2018


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:
51a2685e3f SUPERNOVA: Fix Unused Variable Compiler Warnings.


Commit: 51a2685e3ff1c6e689651e67444e5456c5977e21
    https://github.com/scummvm/scummvm/commit/51a2685e3ff1c6e689651e67444e5456c5977e21
Author: D G Turner (digitall at scummvm.org)
Date: 2018-07-29T08:25:37+01:00

Commit Message:
SUPERNOVA: Fix Unused Variable Compiler Warnings.

Changed paths:
    engines/supernova/rooms.h


diff --git a/engines/supernova/rooms.h b/engines/supernova/rooms.h
index 5c9b283..b76c01f 100644
--- a/engines/supernova/rooms.h
+++ b/engines/supernova/rooms.h
@@ -819,8 +819,9 @@ private:
 	StringId _dialog3[4];
 	StringId _dialog4[3];
 
-	bool _found;
-	bool _flug;
+	// FIXME: Remove following unused bool variables?
+	//bool _found;
+	//bool _flug;
 };
 class ArsanoMeetup3 : public Room {
 public:





More information about the Scummvm-git-logs mailing list