We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 64b1d5f commit 1b44987Copy full SHA for 1b44987
1 file changed
extmod/modutimeq.c
@@ -117,6 +117,7 @@ STATIC void heap_siftup(mp_obj_utimeq_t *heap, mp_uint_t pos) {
117
}
118
119
STATIC mp_obj_t mod_utimeq_heappush(size_t n_args, const mp_obj_t *args) {
120
+ (void)n_args;
121
mp_obj_t heap_in = args[0];
122
mp_obj_utimeq_t *heap = get_heap(heap_in);
123
if (heap->len == heap->alloc) {
0 commit comments