]> git.ipfire.org Git - thirdparty/unbound.git/commitdiff
- simdzone-zone-load, fix doc unit test to omit simdzone source code warnings.
authorW.C.A. Wijngaards <wouter@nlnetlabs.nl>
Mon, 8 Dec 2025 14:19:42 +0000 (15:19 +0100)
committerW.C.A. Wijngaards <wouter@nlnetlabs.nl>
Mon, 8 Dec 2025 14:19:42 +0000 (15:19 +0100)
doc/unbound.doxygen
testdata/01-doc.tdir/01-doc.test

index 7ff24284b5f317e98f2bc4d60ac1acdec08e4be1..c0fa94bb60cc8f278c65857b91808169fbce93d3 100644 (file)
@@ -1007,6 +1007,7 @@ EXCLUDE                = ./build \
                          libunbound/python/doc \
                          libunbound/python/examples \
                          ./ldns-src \
+                         ./simdzone \
                          README.md \
                          doc/control_proto_spec.txt \
                          doc/requirements.txt
index 1e7916d557422123d44d7563f19cc01f78d6c815..2c1aab3c7662061339891a396320ed684edaf6ff 100644 (file)
@@ -40,6 +40,8 @@ grep -F -v -e "dnstap" hlist > ilist; mv ilist hlist
 grep -F -v -e "util/siphash.c" hlist > ilist; mv ilist hlist
 # filter out compat
 grep -F -v -e "compat/" hlist > ilist; mv ilist hlist
+# filter out simdzone
+grep -F -v -e "simdzone/" hlist > ilist; mv ilist hlist
 for h in `cat hlist`; do
        if grep -F "`basename $h`" $PRE/doc/html/files.html >/dev/null; then
                : # ok