From: Mark Andrews Date: Wed, 22 Jun 2016 01:12:15 +0000 (+1000) Subject: seed is not always used rt42703 X-Git-Tag: v9.11.0b1~39 X-Git-Url: http://git.ipfire.org/gitweb/?a=commitdiff_plain;h=a3a12fa5754c8ff819badfa29bf3dc738fd6e5c5;p=thirdparty%2Fbind9.git seed is not always used rt42703 --- diff --git a/lib/isc/random.c b/lib/isc/random.c index f7f7c7cdbfb..04fd80de083 100644 --- a/lib/isc/random.c +++ b/lib/isc/random.c @@ -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 }