From fadbf018a52fe91663a998f2823dec71aff79a5c Mon Sep 17 00:00:00 2001 From: BPanther Date: Sat, 2 Oct 2021 22:27:44 +0200 Subject: [PATCH] fix compiler warning Origin commit data ------------------ Branch: master Commit: https://github.com/neutrino-images/ni-libstb-hal/commit/e5800a9b21a7fc31a6a6846387f87af8fd8cc32b Author: BPanther Date: 2021-10-02 (Sat, 02 Oct 2021) ------------------ No further description and justification available within origin commit message! ------------------ This commit was generated by Migit --- 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: {