]> git.ipfire.org Git - thirdparty/unbound.git/commit
Make fallthrough explicit for libworker.c 1110/head
authorRichard Barnes <rbarnes@umn.edu>
Mon, 22 Jul 2024 23:37:38 +0000 (16:37 -0700)
committerGitHub <noreply@github.com>
Mon, 22 Jul 2024 23:37:38 +0000 (16:37 -0700)
commitf9bd35dcfa256a9dced78518430220f493a9524f
treed89edb7f0cc85494386b18304fa16a8ffd687929
parent3af4e44646444ad55ae86cf1e09862a71e9e0e66
Make fallthrough explicit for libworker.c

The code currently doesn't compile with LLVM's `-Wimplicit-fallthrough` flag, but the attribute works for both GCC (>=7) and LLVM.
libunbound/libworker.c