silence compiler warning
This commit is contained in:
parent
cf2ce24db5
commit
5423abd182
|
@ -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…
Reference in New Issue