mirror of
https://github.com/claunia/flac.git
synced 2025-12-16 18:54:26 +00:00
fix compiler warnings
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user