Couple of UNREACHABLE() statements following exit() were found and
removed.
case 'h':
usage();
exit(0);
- UNREACHABLE();
case 'i':
no_sigs = true;
root_validation = false;
case 'v':
printf("delv %s\n", PACKAGE_VERSION);
exit(0);
- UNREACHABLE();
default:
UNREACHABLE();
}
fprintf(stderr, "bad input format: %02x\n", c);
exit(3);
- UNREACHABLE();
}
static void
printf("bad input format: %02x\n", c);
exit(3);
- UNREACHABLE();
}
/*
printf("bad input format: %02x\n", c);
exit(3);
- UNREACHABLE();
}
isc_result_t