fix compiler warnings

This commit is contained in:
Josh Coalson
2007-02-22 01:37:33 +00:00
parent c8c9c9917e
commit 9bedd7827c
7 changed files with 20 additions and 19 deletions

View File

@@ -367,7 +367,7 @@ int main(int argc, char *argv[])
srandom(tv.tv_usec);
}
#else
srand(time(0));
srand((unsigned)time(0));
#endif
filesize = get_filesize_(filename);