silence compiler warning

This commit is contained in:
Benjamin Peterson 2008-12-22 22:12:19 +00:00
parent cf2ce24db5
commit 5423abd182
1 changed files with 1 additions and 0 deletions

View File

@ -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)