Skip to content

Commit 14172ff

Browse files
author
Robert McNamara
committed
Silence a compiler warning.
1 parent 86003a4 commit 14172ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mythtv/programs/mythfrontend/scheduleeditor.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1779,7 +1779,7 @@ void MetadataOptions::customEvent(QEvent *levent)
17791779
{
17801780
for (uint p = 0; p != list.size(); ++p)
17811781
{
1782-
if (m_recordingRule->m_seriesid == (list[p])->GetTMSref())
1782+
if (m_recordingRule->m_seriesid == (uint)(list[p])->GetTMSref())
17831783
{
17841784
MetadataLookup *lookup = list.takeAt(p);
17851785
QueryComplete(lookup);

0 commit comments

Comments
 (0)