Skip to content

Commit 22e351c

Browse files
committed
One more QList-based warning bites the dust
I think this is the last of those (haven't looked in the plugins)
1 parent 514efd8 commit 22e351c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mythtv/programs/mythbackend/mainserver.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2806,7 +2806,7 @@ void MainServer::HandleQueryFreeSpaceSummary(PlaybackSock *pbs)
28062806
}
28072807
else
28082808
{
2809-
unsigned int index = strlist.size() - 2;
2809+
unsigned int index = (uint)(strlist.size()) - 2;
28102810
shortlist << strlist[index++];
28112811
shortlist << strlist[index++];
28122812
}

0 commit comments

Comments
 (0)