[Scummvm-git-logs] scummvm master -> dc9ca64d40ce4cc90279868357a7412808043bd9
digitall
noreply at scummvm.org
Sun Oct 27 17:20:00 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:
dc9ca64d40 M4: RIDDLE: Fix Fallthrough GCC Compiler Warning
Commit: dc9ca64d40ce4cc90279868357a7412808043bd9
https://github.com/scummvm/scummvm/commit/dc9ca64d40ce4cc90279868357a7412808043bd9
Author: D G Turner (digitall at scummvm.org)
Date: 2024-10-27T17:19:07Z
Commit Message:
M4: RIDDLE: Fix Fallthrough GCC Compiler Warning
Changed paths:
engines/m4/riddle/rooms/section2/room201.cpp
diff --git a/engines/m4/riddle/rooms/section2/room201.cpp b/engines/m4/riddle/rooms/section2/room201.cpp
index 1c8967c4731..04ea1f56ca4 100644
--- a/engines/m4/riddle/rooms/section2/room201.cpp
+++ b/engines/m4/riddle/rooms/section2/room201.cpp
@@ -644,6 +644,8 @@ void Room201::daemon() {
kernel_timing_trigger(15, 1073);
_conv2 = 6;
}
+ // fallthrough
+ // FIXME: Was fallthrough intended here?
case 1073:
_conv1 = 0;
More information about the Scummvm-git-logs
mailing list