Fix compiler warnings (mainly signed/unsigned comparisons)

This commit is contained in:
Peter Wu 2012-08-25 19:21:58 +02:00
parent 9b3037d0e4
commit 689eb74945
4 changed files with 8 additions and 6 deletions

View file

@ -73,7 +73,7 @@ namespace DTSC{
private:
std::string strbuffer;
FILE * F;
long headerSize;
unsigned long headerSize;
char buffer[4];
};//FileWriter