mirror of
https://github.com/python/cpython.git
synced 2025-11-27 21:55:35 +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 */
|
/* issue4122: Undefined reference to _Py_ascii_whitespace on Windows */
|
||||||
/* Just use the macro and check that it compiles */
|
/* Just use the macro and check that it compiles */
|
||||||
int x = Py_UNICODE_ISSPACE(25);
|
int x = Py_UNICODE_ISSPACE(25);
|
||||||
|
x = x;
|
||||||
|
|
||||||
tuple = PyTuple_New(1);
|
tuple = PyTuple_New(1);
|
||||||
if (tuple == NULL)
|
if (tuple == NULL)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue