fix warnings
This commit is contained in:
@@ -493,13 +493,11 @@ setRandom(unsigned int *seedp)
|
||||
#endif
|
||||
}
|
||||
|
||||
#ifdef HAVE_SRANDOM
|
||||
#if HAVE_SRANDOM
|
||||
srandom(seed);
|
||||
#else
|
||||
#ifdef HAVE_SRAND
|
||||
#elif HAVE_SRAND
|
||||
srand(seed);
|
||||
#endif
|
||||
#endif
|
||||
}
|
||||
|
||||
uint64_t
|
||||
|
Reference in New Issue
Block a user