Skip to content

Commit 5601f5a

Browse files
committed
python: Fix -Wincompatible-pointer-types in the test case
1 parent 81a859d commit 5601f5a

File tree

1 file changed

+1
-1
lines changed
  • test cases/unit/125 python extension

1 file changed

+1
-1
lines changed

test cases/unit/125 python extension/foo.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44

55
static PyObject *
6-
bar_impl(PyObject *self)
6+
bar_impl(PyObject *self, PyObject *args)
77
{
88
return Py_None;
99
}

0 commit comments

Comments
 (0)