[cache] Silence false gcc maybe-uninitialized warning

This commit is contained in:
ejurgensen 2024-06-25 23:39:06 +02:00
parent f87b65f086
commit bcdd3b2f65
1 changed files with 3 additions and 0 deletions

View File

@ -1069,6 +1069,9 @@ xcode_sync_with_files(sqlite3 *hdl)
if (ret < 0)
goto error;
// Silence false maybe-uninitialized warning
rowB = NULL;
// Loop while either list ("A" files list, "B" cache list) has remaining items
for(i = 0, cmp = 0;;)
{