Skip to content

Commit cb5afc8

Browse files
committed
Remove a compiler warning
1 parent 4ab9919 commit cb5afc8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/_backend_gdk.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ static PyObject *pixbuf_get_pixels_array(PyObject *self, PyObject *args)
5959
return NULL;
6060
}
6161
#else
62-
PyArray_BASE(array) = py_pixbuf;
62+
PyArray_BASE(array) = (PyObject *) py_pixbuf;
6363
#endif
6464
return PyArray_Return(array);
6565
}

0 commit comments

Comments
 (0)