Hint the compiler with ISC_UNREACHABLE(); that code after INSIST(0); cannot be reached

This commit is contained in:
Ondřej Surý
2018-11-07 15:00:07 +07:00
parent b992b5b811
commit 23fff6c569
53 changed files with 284 additions and 131 deletions

View File

@@ -379,7 +379,7 @@ ns__query_start_test(const ns__query_start_test_params_t *test) {
break;
default:
INSIST(0);
break;
ISC_UNREACHABLE();
}
/*