From a3a12fa5754c8ff819badfa29bf3dc738fd6e5c5 Mon Sep 17 00:00:00 2001 From: Mark Andrews Date: Wed, 22 Jun 2016 11:12:15 +1000 Subject: [PATCH] seed is not always used rt42703 --- lib/isc/random.c | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/isc/random.c b/lib/isc/random.c index f7f7c7cdbf..04fd80de08 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 }