Skip to content

Commit efa15d6

Browse files
author
benjamin.peterson
committed
silence compiler warning
git-svn-id: http://svn.python.org/projects/python/trunk@67907 6015fed2-1504-0410-9fe1-9d1591cc4771
1 parent 6c7ab5b commit efa15d6

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

Modules/_testcapimodule.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -487,6 +487,7 @@ test_u_code(PyObject *self)
487487
/* issue4122: Undefined reference to _Py_ascii_whitespace on Windows */
488488
/* Just use the macro and check that it compiles */
489489
int x = Py_UNICODE_ISSPACE(25);
490+
x = x;
490491

491492
tuple = PyTuple_New(1);
492493
if (tuple == NULL)

0 commit comments

Comments
 (0)