summaryrefslogtreecommitdiff
path: root/ext/-test-/tracepoint/gc_hook.c
diff options
context:
space:
mode:
Diffstat (limited to 'ext/-test-/tracepoint/gc_hook.c')
-rw-r--r--ext/-test-/tracepoint/gc_hook.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/-test-/tracepoint/gc_hook.c b/ext/-test-/tracepoint/gc_hook.c
index 6d8485ecb1..2e695a9fba 100644
--- a/ext/-test-/tracepoint/gc_hook.c
+++ b/ext/-test-/tracepoint/gc_hook.c
@@ -4,7 +4,7 @@
static int invoking; /* TODO: should not be global variable */
static VALUE
-invoke_proc_ensure(void *dmy)
+invoke_proc_ensure(VALUE _)
{
invoking = 0;
return Qnil;