Skip to content

Commit 8033e53

Browse files
Update Objects/unionobject.c
Co-authored-by: Ken Jin <[email protected]>
1 parent 09d441c commit 8033e53

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Objects/unionobject.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -466,7 +466,7 @@ static PyMappingMethods union_as_mapping = {
466466
};
467467

468468
static PyObject *
469-
union_parameters(PyObject *self, void *unused)
469+
union_parameters(PyObject *self, void *Py_UNUSED(unused))
470470
{
471471
unionobject *alias = (unionobject *)self;
472472
if (alias->parameters == NULL) {

0 commit comments

Comments
 (0)