]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
seed is not always used rt42703
authorMark Andrews <marka@isc.org>
Wed, 22 Jun 2016 01:12:15 +0000 (11:12 +1000)
committerMark Andrews <marka@isc.org>
Wed, 22 Jun 2016 01:12:15 +0000 (11:12 +1000)
lib/isc/random.c

index f7f7c7cdbfb1de591a43629500d64352be9af75a..04fd80de0833d5985e11a1a247b52e41f7fb3bfe 100644 (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
 }