Skip to content

Commit

Permalink
Silence switch-enum warning in GetIPTVTuningData(uint) (clang++)
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel-kristjansson committed Dec 15, 2012
1 parent 50b3f40 commit ab302fc
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions mythtv/libs/libmythtv/channelutil.cpp
Expand Up @@ -2087,6 +2087,10 @@ IPTVTuningData ChannelUtil::GetIPTVTuningData(uint chanid)
case IPTVTuningData::kSMPTE2022_1:
fec_type = IPTVTuningData::kSMPTE2022;
break;
case IPTVTuningData::kRFC2733_2:
case IPTVTuningData::kRFC5109_2:
case IPTVTuningData::kSMPTE2022_2:
break; // will be handled by type of first FEC stream
}
}

Expand Down

0 comments on commit ab302fc

Please sign in to comment.