mirror of
https://github.com/owntone/owntone-server.git
synced 2025-02-03 01:46:02 -05:00
[cache] Silence false gcc maybe-uninitialized warning
This commit is contained in:
parent
f87b65f086
commit
bcdd3b2f65
@ -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;;)
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user