]> git.ipfire.org Git - thirdparty/ldns.git/commitdiff
Missing manpages is not fatal
authorWillem Toorop <willem@nlnetlabs.nl>
Wed, 14 Jan 2015 09:18:47 +0000 (10:18 +0100)
committerWillem Toorop <willem@nlnetlabs.nl>
Wed, 14 Jan 2015 09:18:47 +0000 (10:18 +0100)
doc/doxyparse.pl

index b9f015d121b66f34a178ae9846abc352179fee46..1c2a8182c91fbd0b153338926dd4455722689f97 100755 (executable)
@@ -337,7 +337,7 @@ foreach (keys %api) {
        next if (/ / || /^$/);
        if (not $unique{$_}) {
                print STDERR "no man page for $_\n" if $report_errors;
-               $errors += 1;
+               #$errors += 1;
        }
 }