2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-08-30 22:15:20 +00:00

seed is not always used rt42703

This commit is contained in:
Mark Andrews
2016-06-22 11:12:15 +10:00
parent 63fc155616
commit a3a12fa575

View File

@@ -120,6 +120,7 @@ isc_random_seed(isc_uint32_t seed) {
* the OS itself is supposed to seed the RNG and it is assumed
* that no explicit seeding is required.
*/
UNUSED(seed);
#endif
}