We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2ffd5ad commit d8b3399Copy full SHA for d8b3399
1 file changed
box.c
@@ -759,6 +759,7 @@ rb_box_cleanup_local_extension(VALUE cleanup)
759
#ifndef _WIN32
760
if (p) box_ext_cleanup_free(p);
761
#endif
762
+ (void)p;
763
}
764
765
static int
0 commit comments