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

@@ -815,7 +815,7 @@ int main(int argc, char *argv[])
srandom(tv.tv_usec);
}
#else
srand(time(0));
srand((unsigned)time(0));
#endif
if(!generate_01()) return 1;