mirror of
https://github.com/python/cpython.git
synced 2024-11-28 20:33:54 +08:00
Silence gcc warning about possibly uninitialized variable 'converted_items'
This commit is contained in:
parent
04fe7c01a8
commit
cc16d16add
@ -1850,6 +1850,8 @@ array_reconstructor(PyObject *self, PyObject *args)
|
||||
/* Impossible, but needed to shut up GCC about the unhandled
|
||||
* enumeration value.
|
||||
*/
|
||||
default:
|
||||
PyErr_BadArgument();
|
||||
return NULL;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user