[Scummvm-git-logs] scummvm master -> 8d10c257d1bf8e7802ffe28559a1653c8e3d6b59
digitall
noreply at scummvm.org
Sat Apr 4 23:45:35 UTC 2026
This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://api.github.com/repos/scummvm/scummvm .
Summary:
8d10c257d1 ALCACHOFA: Fix Zero Length Format String GCC Compiler Warning
Commit: 8d10c257d1bf8e7802ffe28559a1653c8e3d6b59
https://github.com/scummvm/scummvm/commit/8d10c257d1bf8e7802ffe28559a1653c8e3d6b59
Author: D G Turner (digitall at scummvm.org)
Date: 2026-04-05T00:45:14+01:00
Commit Message:
ALCACHOFA: Fix Zero Length Format String GCC Compiler Warning
Changed paths:
engines/alcachofa/script.cpp
diff --git a/engines/alcachofa/script.cpp b/engines/alcachofa/script.cpp
index f082b29e2ed..e4cbfc1fd52 100644
--- a/engines/alcachofa/script.cpp
+++ b/engines/alcachofa/script.cpp
@@ -324,7 +324,7 @@ struct ScriptTask final : public Task {
break;
}
}
- debug("");
+ debug("%s", "");
}
}
More information about the Scummvm-git-logs
mailing list