+ fix warnings:

-Wsign-compare, -Wunused-variable, -Wunused-function, -Wswitch
+ fix Qt issues
This commit is contained in:
wmayer
2016-04-13 14:26:38 +02:00
parent e3b609b309
commit 5de9696365
13 changed files with 106 additions and 325 deletions

View File

@@ -46,7 +46,7 @@ TestJtReader::~TestJtReader()
void TestJtReader::read(void)
{
const std::vector<TOC_Entry>& toc = readToc();
//const std::vector<TOC_Entry>& toc = readToc();
for (std::vector<TOC_Entry>::const_iterator i = TocEntries.begin(); i != TocEntries.end(); ++i){
int segType = i->getSegmentType();