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:
GetAway
2019-06-14 21:03:10 +02:00
committed by vanhofen
parent 1a693f267d
commit b8555bd6e4
6 changed files with 10 additions and 1 deletions

View File

@@ -85,6 +85,7 @@ int eDVBCICAManagerSession::doAction()
}
case stateFinal:
printf("[CI CA] stateFinal and action should not happen\n");
// fall through
default:
return 0;
}