diff --git a/bin/delv/delv.c b/bin/delv/delv.c index d1ef0fa1fa..f4c7c015dd 100644 --- a/bin/delv/delv.c +++ b/bin/delv/delv.c @@ -1332,7 +1332,6 @@ dash_option(char *option, char *next, bool *open_type_class) { case 'h': usage(); exit(0); - UNREACHABLE(); case 'i': no_sigs = true; root_validation = false; @@ -1343,7 +1342,6 @@ dash_option(char *option, char *next, bool *open_type_class) { case 'v': fputs("delv " VERSION "\n", stderr); exit(0); - UNREACHABLE(); default: UNREACHABLE(); } diff --git a/bin/tests/wire_test.c b/bin/tests/wire_test.c index 31640b5e16..310356b8e7 100644 --- a/bin/tests/wire_test.c +++ b/bin/tests/wire_test.c @@ -58,7 +58,6 @@ fromhex(char c) { fprintf(stderr, "bad input format: %02x\n", c); exit(3); - UNREACHABLE(); } static void diff --git a/lib/dns/tests/dnstest.c b/lib/dns/tests/dnstest.c index 77045be171..35cd82f00c 100644 --- a/lib/dns/tests/dnstest.c +++ b/lib/dns/tests/dnstest.c @@ -383,7 +383,6 @@ fromhex(char c) { printf("bad input format: %02x\n", c); exit(3); - UNREACHABLE(); } /* diff --git a/lib/ns/tests/nstest.c b/lib/ns/tests/nstest.c index 0ee66964c9..350d9a8578 100644 --- a/lib/ns/tests/nstest.c +++ b/lib/ns/tests/nstest.c @@ -955,7 +955,6 @@ fromhex(char c) { printf("bad input format: %02x\n", c); exit(3); - UNREACHABLE(); } isc_result_t