]> git.ipfire.org Git - thirdparty/unbound.git/commitdiff
- Fix compile failure in unbound-checkconf for older gcc compiler.
authorW.C.A. Wijngaards <wouter@nlnetlabs.nl>
Mon, 9 Mar 2026 08:18:43 +0000 (09:18 +0100)
committerW.C.A. Wijngaards <wouter@nlnetlabs.nl>
Mon, 9 Mar 2026 08:18:43 +0000 (09:18 +0100)
doc/Changelog
smallapp/unbound-checkconf.c

index 90223791ca72164ebab04b2a1781b2d370c80a48..83a016609694a469ca5f570c83187ed7cd85f064 100644 (file)
@@ -1,3 +1,6 @@
+9 March 2026: Wouter
+       - Fix compile failure in unbound-checkconf for older gcc compiler.
+
 6 March 2026: Wouter
        - Merge #1415: Add lock unlock for view in memory error handling.
 
index 399c2fce9cd85ba1379d56ed37e5e4208098137e..a8e19241f782d16128829fc843d9efae1fc3fbdd 100644 (file)
@@ -228,6 +228,7 @@ nodefaultzonescheck(struct config_file* cfg)
                        "documentation for default configured local-zones.\n",
                        d->str);
 default_continue:
+               ; /* statement to jump to, for older gcc. */
        }
 #undef COMPARE_ZONE_NAME
 }