Commit 5423abd1 authored by Benjamin Peterson's avatar Benjamin Peterson

silence compiler warning

parent cf2ce24d
......@@ -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)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment