]> git.ipfire.org Git - thirdparty/unbound.git/commitdiff
please older gcc.
authorWouter Wijngaards <wouter@nlnetlabs.nl>
Thu, 6 Sep 2007 09:16:43 +0000 (09:16 +0000)
committerWouter Wijngaards <wouter@nlnetlabs.nl>
Thu, 6 Sep 2007 09:16:43 +0000 (09:16 +0000)
git-svn-id: file:///svn/unbound/trunk@604 be551aaa-1e26-0410-a405-d3ace91eadb9

doc/Changelog
validator/validator.c

index 78c87efbb7c81274b0a33d2769dbea4efd57e12c..79aba72d58e38f95bf36b730ecc10df3228397a8 100644 (file)
@@ -1,6 +1,7 @@
 6 September 2007: Wouter
        - fixup to find libevent on mac port install.
        - fixup size_t vs unsigned portability in validator/sigcrypt.
+       - please compiler on different platforms, for unreachable code.
 
 5 September 2007: Wouter
        - cname, name error validator tests.
index b19c4326d837d9a63fa7568a2d64e6f0233f5bdd..c612f5ddece7cad01fb84227239ead61d98b92bc 100644 (file)
@@ -1612,6 +1612,7 @@ return_bogus:
        }
        /* unreachable */
        log_assert(0);
+       return 0;
 }
 
 /**