From cd8789b96a365bf6179e18c77c91df523d5df7e2 Mon Sep 17 00:00:00 2001 From: "[CST] Focus" Date: Wed, 9 Apr 2014 11:51:39 +0400 Subject: [PATCH] zapit/src/fastscan.cpp: fix compile warning Origin commit data ------------------ Commit: https://github.com/neutrino-images/ni-neutrino/commit/3427b0b8da14fbf2f715a500a90f939dcca07a76 Author: [CST] Focus Date: 2014-04-09 (Wed, 09 Apr 2014) --- src/zapit/src/fastscan.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/zapit/src/fastscan.cpp b/src/zapit/src/fastscan.cpp index 5c4ff4450..7398201e1 100644 --- a/src/zapit/src/fastscan.cpp +++ b/src/zapit/src/fastscan.cpp @@ -368,9 +368,9 @@ bool CServiceScan::ParseFst(unsigned short pid, fast_scan_operator_t * op) uint8_t * buffer = (*it).data(); unsigned short section_length = ((buffer[1] & 0x0F) << 8) | buffer[2]; - unsigned short operator_network_id = (buffer[3] << 8) | buffer[4]; fst_version = (buffer[5] >> 1) & 0x1f; + //unsigned short operator_network_id = (buffer[3] << 8) | buffer[4]; //printf("[FST] version %x section %X last %X operator 0x%x\n", fst_version, buffer[6], buffer[7], operator_network_id); unsigned short descriptors_loop_length;