mirror of
https://github.com/python/cpython.git
synced 2025-07-24 11:44:31 +00:00
bpo-45203: fix compiler warnings (GH-28357)
Co-authored-by: Mark Shannon <mark@hotpy.org>
This commit is contained in:
parent
b2b035a949
commit
4857e53890
1 changed files with 1 additions and 0 deletions
|
@ -875,6 +875,7 @@ load_method_fail_kind(DesciptorClassification kind)
|
|||
case ABSENT:
|
||||
return SPEC_FAIL_EXPECTED_ERROR;
|
||||
}
|
||||
Py_UNREACHABLE();
|
||||
}
|
||||
#endif
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue