[Scummvm-git-logs] scummvm master -> d42858e8cffaf5b478f3c215f061c5783d44c09e
digitall
547637+digitall at users.noreply.github.com
Sun Apr 19 15:50:57 UTC 2020
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:
d42858e8cf MOHAWK: Fix Switch Missing Default Compiler Warning
Commit: d42858e8cffaf5b478f3c215f061c5783d44c09e
https://github.com/scummvm/scummvm/commit/d42858e8cffaf5b478f3c215f061c5783d44c09e
Author: D G Turner (digitall at scummvm.org)
Date: 2020-04-19T16:47:57+01:00
Commit Message:
MOHAWK: Fix Switch Missing Default Compiler Warning
Changed paths:
engines/mohawk/myst.cpp
diff --git a/engines/mohawk/myst.cpp b/engines/mohawk/myst.cpp
index 4b91e260e8..b6ae6efdb4 100644
--- a/engines/mohawk/myst.cpp
+++ b/engines/mohawk/myst.cpp
@@ -773,6 +773,7 @@ void MohawkEngine_Myst::doAction(MystEventAction action) {
}
break;
case kMystActionNone:
+ default:
break;
}
}
More information about the Scummvm-git-logs
mailing list