fix; stupid fixes for some compiler warnings messages of unused variables..

This commit is contained in:
iceman1001 2015-06-14 23:31:05 +02:00
commit 2495281d14
2 changed files with 9 additions and 3 deletions

View file

@ -271,7 +271,7 @@ int RunModel(char *inModel, char *inHexStr, bool reverse, char endian, char *res
int ibperhx = 8, obperhx = 8;
int rflags = 0; // search flags
int c;
unsigned long width = 0UL;
unsigned long width;
poly_t apoly, crc;
char *string;