zapit: suppress one more implicit-fallthrough warning

Origin commit data
------------------
Branch: ni/coolstream
Commit: 28197b0ba2
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2017-09-25 (Mon, 25 Sep 2017)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
This commit is contained in:
Stefan Seyfried
2017-09-25 11:25:51 +02:00
committed by vanhofen
parent cf6616e049
commit a1a5169710

View File

@@ -694,6 +694,7 @@ void CServiceScan::ChannelFound(uint8_t service_type, std::string providerName,
case ST_NVOD_REFERENCE_SERVICE: case ST_NVOD_REFERENCE_SERVICE:
case ST_NVOD_TIME_SHIFTED_SERVICE: case ST_NVOD_TIME_SHIFTED_SERVICE:
CZapit::getInstance()->SendEvent(CZapitClient::EVT_SCAN_SERVICENAME, (void *) serviceName.c_str(), serviceName.length() + 1); CZapit::getInstance()->SendEvent(CZapitClient::EVT_SCAN_SERVICENAME, (void *) serviceName.c_str(), serviceName.length() + 1);
/* fall through */
case ST_DATA_BROADCAST_SERVICE: case ST_DATA_BROADCAST_SERVICE:
case ST_RCS_MAP: case ST_RCS_MAP:
case ST_RCS_FLS: case ST_RCS_FLS: