mirror of
https://github.com/python/cpython.git
synced 2025-11-25 21:11:09 +00:00
silence compiler warning
This commit is contained in:
parent
cf2ce24db5
commit
5423abd182
1 changed files with 1 additions and 0 deletions
|
|
@ -487,6 +487,7 @@ test_u_code(PyObject *self)
|
|||
/* issue4122: Undefined reference to _Py_ascii_whitespace on Windows */
|
||||
/* Just use the macro and check that it compiles */
|
||||
int x = Py_UNICODE_ISSPACE(25);
|
||||
x = x;
|
||||
|
||||
tuple = PyTuple_New(1);
|
||||
if (tuple == NULL)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue