]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
silence clang warning
authorMark Andrews <marka@isc.org>
Mon, 23 Sep 2013 03:26:33 +0000 (13:26 +1000)
committerMark Andrews <marka@isc.org>
Mon, 23 Sep 2013 03:27:08 +0000 (13:27 +1000)
(cherry picked from commit 9084a3e58f6501ef566431cfd16d0296fb431579)

lib/dns/include/dns/nsec3.h

index 6b87de43a1db797891affcd63bd3bcf2549fb627..eb08f5b75f6606fc2c710f1131c9555dd95c56b8 100644 (file)
@@ -43,7 +43,7 @@
 /*
  * Test "unknown" algorithm.  Is mapped to dns_hash_sha1.
  */
-#define DNS_NSEC3_UNKNOWNALG 245U
+#define DNS_NSEC3_UNKNOWNALG ((dns_hash_t)245U)
 
 ISC_LANG_BEGINDECLS