mirror of
https://github.com/owntone/owntone-server.git
synced 2025-11-10 14:09:51 -05:00
[cache] Silence false gcc maybe-uninitialized warning
This commit is contained in:
@@ -1069,6 +1069,9 @@ xcode_sync_with_files(sqlite3 *hdl)
|
|||||||
if (ret < 0)
|
if (ret < 0)
|
||||||
goto error;
|
goto error;
|
||||||
|
|
||||||
|
// Silence false maybe-uninitialized warning
|
||||||
|
rowB = NULL;
|
||||||
|
|
||||||
// Loop while either list ("A" files list, "B" cache list) has remaining items
|
// Loop while either list ("A" files list, "B" cache list) has remaining items
|
||||||
for(i = 0, cmp = 0;;)
|
for(i = 0, cmp = 0;;)
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user