Skip to content

Commit

Permalink
Mark unused params
Browse files Browse the repository at this point in the history
  • Loading branch information
mpage committed Sep 11, 2024
1 parent 66cb24d commit ad12bd4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Objects/codeobject.c
Original file line number Diff line number Diff line change
Expand Up @@ -2855,7 +2855,7 @@ release_bytes_for_tlbc(Py_ssize_t nbytes)
}

static int
disable_specialization(PyObject *obj, void *)
disable_specialization(PyObject *obj, void *Py_UNUSED(arg))
{
if (!PyCode_Check(obj)) {
return 1;
Expand Down

0 comments on commit ad12bd4

Please sign in to comment.