Box: Fix an unused variable warning

This commit is contained in:
Nobuyoshi Nakada 2025-12-21 20:31:30 +09:00
parent 2ffd5ad05f
commit d8b33993e1
No known key found for this signature in database
GPG Key ID: 3582D74E1FEE4465

1
box.c
View File

@ -759,6 +759,7 @@ rb_box_cleanup_local_extension(VALUE cleanup)
#ifndef _WIN32
if (p) box_ext_cleanup_free(p);
#endif
(void)p;
}
static int