Silence ALL the compile warnings!

This commit is contained in:
Thulinma 2014-06-07 23:46:47 +02:00
parent 51bb561b7b
commit 19e73019fe
7 changed files with 32 additions and 29 deletions

View file

@ -257,8 +257,8 @@ namespace DTSC {
long long unsigned int partLen;
Part * parts;
int trackID;
int firstms;
int lastms;
unsigned long long firstms;
unsigned long long lastms;
int bps;
int missedFrags;
std::string init;
@ -384,7 +384,7 @@ namespace DTSC {
int currframe;
FILE * F;
unsigned long headerSize;
char buffer[4];
void * buffer;
bool created;
std::set<seekPos> currentPositions;
std::set<int> selectedTracks;