[Scummvm-git-logs] scummvm master -> b3a72e41eb2dd373e188a31c4d5a72e24ac0d9b6

digitall noreply at scummvm.org
Sat Dec 7 14:20:22 UTC 2024


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:
b3a72e41eb M4: Really Fix Unused Variable GCC Compiler Warnings


Commit: b3a72e41eb2dd373e188a31c4d5a72e24ac0d9b6
    https://github.com/scummvm/scummvm/commit/b3a72e41eb2dd373e188a31c4d5a72e24ac0d9b6
Author: D G Turner (digitall at scummvm.org)
Date: 2024-12-07T14:19:38Z

Commit Message:
M4: Really Fix Unused Variable GCC Compiler Warnings

Changed paths:
    engines/m4/riddle/rooms/section7/room705.cpp


diff --git a/engines/m4/riddle/rooms/section7/room705.cpp b/engines/m4/riddle/rooms/section7/room705.cpp
index 6f3e0a36b02..4b4639eef7d 100644
--- a/engines/m4/riddle/rooms/section7/room705.cpp
+++ b/engines/m4/riddle/rooms/section7/room705.cpp
@@ -140,7 +140,7 @@ void Room705::parser() {
 	bool ecx = player_said_any("look", "look at");
 	const bool talkFl = player_said_any("talk", "talk to");
 	//bool edi = player_said("take");
-	bool gearFl = player_said_any("push", "pull", "gear", "open", "close");
+	//bool gearFl = player_said_any("push", "pull", "gear", "open", "close");
 
 	if (player_said("conv705a")) {
 		if (_G(kernel).trigger == 90)




More information about the Scummvm-git-logs mailing list