mirror of
https://github.com/tuxbox-neutrino/libstb-hal.git
synced 2025-08-26 23:13:16 +02:00
fix compiler warning
This commit is contained in:
@@ -674,6 +674,7 @@ void hdmi_cec::Receive(int what)
|
|||||||
txmessage.length = 3;
|
txmessage.length = 3;
|
||||||
if (!standby)
|
if (!standby)
|
||||||
SendCECMessage(txmessage);
|
SendCECMessage(txmessage);
|
||||||
|
break;
|
||||||
}
|
}
|
||||||
case CEC_OPCODE_REPORT_AUDIO_STATUS:
|
case CEC_OPCODE_REPORT_AUDIO_STATUS:
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user