Silence -Wmaybe-uninitialized warnings in tests.

This commit is contained in:
Pierre Wendling
2022-11-14 17:56:48 -05:00
committed by Sam Lantinga
parent a40b7cde10
commit d080e3bf3a
4 changed files with 14 additions and 2 deletions

View File

@@ -616,6 +616,7 @@ rwops_testFileWriteReadEndian(void)
/* Create test data */
switch (mode) {
default:
case 0:
SDLTest_Log("All 0 values");
BE16value = 0;