From 4485dedecc31ab4e7f82866390477cd234ab28ad Mon Sep 17 00:00:00 2001 From: BPanther Date: Sun, 3 Oct 2021 15:43:01 +0200 Subject: [PATCH] fix compiler warning --- libarmbox/hdmi_cec.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/libarmbox/hdmi_cec.cpp b/libarmbox/hdmi_cec.cpp index b29852e..9111062 100644 --- a/libarmbox/hdmi_cec.cpp +++ b/libarmbox/hdmi_cec.cpp @@ -674,6 +674,7 @@ void hdmi_cec::Receive(int what) txmessage.length = 3; if (!standby) SendCECMessage(txmessage); + break; } case CEC_OPCODE_REPORT_AUDIO_STATUS: {