libstb_hal: Suppress implicit-fallthrough warnings from GCC 7

Origin commit data
------------------
Branch: master
Commit: 1f004bd0fd
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 max_10
parent f23152f806
commit d6ebfb5c5f
6 changed files with 10 additions and 1 deletions

View File

@@ -1339,6 +1339,7 @@ int eDVBCIContentControlManagerSession::doAction()
}
case stateFinal:
printf("stateFinal und action! kann doch garnicht sein ;)\n");
// fall through
default:
return 0;
}