libstb_hal: Suppress implicit-fallthrough warnings from GCC 7

This commit is contained in:
GetAway
2019-06-14 21:03:10 +02:00
parent 9dc3e7b768
commit c8eda96620
6 changed files with 10 additions and 1 deletions

View File

@@ -555,8 +555,10 @@ void hdmi_cec::Receive()
break;
}
case CEC_OPCODE_USER_CONTROL_PRESSED: /* key pressed */
{
keypressed = true;
pressedkey = rxmessage.data[1];
} // fall through
case CEC_OPCODE_USER_CONTROL_RELEASE: /* key released */
{
long code = translateKey(pressedkey);