[Scummvm-git-logs] scummvm master -> 37b77b048424cc7839f01c07fbef7e749a56a00b

digitall noreply at scummvm.org
Fri Jun 20 19:03:02 UTC 2025


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:
37b77b0484 QDENGINE: Fix GCC Compiler Warning


Commit: 37b77b048424cc7839f01c07fbef7e749a56a00b
    https://github.com/scummvm/scummvm/commit/37b77b048424cc7839f01c07fbef7e749a56a00b
Author: D G Turner (digitall at scummvm.org)
Date: 2025-06-20T20:02:34+01:00

Commit Message:
QDENGINE: Fix GCC Compiler Warning

Changed paths:
    engines/qdengine/minigames/adv/m_scores.cpp


diff --git a/engines/qdengine/minigames/adv/m_scores.cpp b/engines/qdengine/minigames/adv/m_scores.cpp
index 7424d2d7754..e78d365743d 100644
--- a/engines/qdengine/minigames/adv/m_scores.cpp
+++ b/engines/qdengine/minigames/adv/m_scores.cpp
@@ -112,7 +112,7 @@ Scores::Scores(MinigameManager *runtime) {
 		}
 		Common::sort(lvl.data.begin(), lvl.data.end());
 		levels_.push_back(lvl);
-		debugC(2, kDebugMinigames, "");
+		debugC(2, kDebugMinigames, "%s", "");
 	}
 
 	if (levels_.empty())




More information about the Scummvm-git-logs mailing list