Hint the compiler with ISC_UNREACHABLE(); that code after INSIST(0); cannot be reached
This commit is contained in:
@@ -379,7 +379,7 @@ ns__query_start_test(const ns__query_start_test_params_t *test) {
|
||||
break;
|
||||
default:
|
||||
INSIST(0);
|
||||
break;
|
||||
ISC_UNREACHABLE();
|
||||
}
|
||||
|
||||
/*
|
||||
|
||||
Reference in New Issue
Block a user