Skip to content

Commit c9995d3

Browse files
committed
Suppress warning about unused 'rv'.
1 parent 4b97934 commit c9995d3

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

Objects/typeobject.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12038,6 +12038,7 @@ fixup_slot_dispatchers(PyTypeObject *type)
1203812038
int rv = update_one_slot(type, p, &p, NULL);
1203912039
// always returns 0 if queued_updates == NULL
1204012040
assert (rv == 0);
12041+
(void)rv;
1204112042
}
1204212043
}
1204312044

0 commit comments

Comments
 (0)