Skip to content

Commit d8b3399

Browse files
committed
Box: Fix an unused variable warning
1 parent 2ffd5ad commit d8b3399

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

box.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -759,6 +759,7 @@ rb_box_cleanup_local_extension(VALUE cleanup)
759759
#ifndef _WIN32
760760
if (p) box_ext_cleanup_free(p);
761761
#endif
762+
(void)p;
762763
}
763764

764765
static int

0 commit comments

Comments
 (0)