mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-libstb-hal.git
synced 2025-08-26 15:02:43 +02:00
libstb_hal: Suppress implicit-fallthrough warnings from GCC 7
Origin commit data
------------------
Branch: master
Commit: 66f36919a2
Author: GetAway <get-away@t-online.de>
Date: 2019-06-14 (Fri, 14 Jun 2019)
------------------
No further description and justification available within origin commit message!
------------------
This commit was generated by Migit
This commit is contained in:
@@ -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);
|
||||
|
Reference in New Issue
Block a user