[Scummvm-git-logs] scummvm master -> aeda11e6d41ec4b877c862c8814e230509412252
lephilousophe
noreply at scummvm.org
Sun Feb 8 10:48:54 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:
aeda11e6d4 Revert "TINYGL: Fixed uninitialized 'z' variable warnings"
Commit: aeda11e6d41ec4b877c862c8814e230509412252
https://github.com/scummvm/scummvm/commit/aeda11e6d41ec4b877c862c8814e230509412252
Author: Le Philousophe (lephilousophe at users.noreply.github.com)
Date: 2026-02-08T11:47:47+01:00
Commit Message:
Revert "TINYGL: Fixed uninitialized 'z' variable warnings"
This reverts commit 70278bc033372b95bf13beb0c19b6d970218d011.
This was not intended to be merged.
Changed paths:
test/common/memory.h
diff --git a/test/common/memory.h b/test/common/memory.h
index 896466d2113..da0ca7c279f 100644
--- a/test/common/memory.h
+++ b/test/common/memory.h
@@ -10,8 +10,6 @@ public:
const uint16 step2[8] = { 0, 1, 2, 2, 2, 2, 1, 0 };
const uint16 step3[8] = { 0, 1, 2, 3, 3, 2, 1, 0 };
- //memset(expected, 0, sizeof(expected));
-
Common::memset16(expected + 1, 1, 6);
TS_ASSERT_EQUALS(memcmp(expected, step1, sizeof(expected)), 0);
More information about the Scummvm-git-logs
mailing list