bpo-45203: fix compiler warnings (GH-28357)

Co-authored-by: Mark Shannon <mark@hotpy.org>
This commit is contained in:
Ken Jin 2021-09-17 17:48:44 +08:00 committed by GitHub
parent b2b035a949
commit 4857e53890
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -875,6 +875,7 @@ load_method_fail_kind(DesciptorClassification kind)
case ABSENT:
return SPEC_FAIL_EXPECTED_ERROR;
}
Py_UNREACHABLE();
}
#endif