diff --git a/glib/tests/slice.c b/glib/tests/slice.c index b24c5e3a7..4777224e2 100644 --- a/glib/tests/slice.c +++ b/glib/tests/slice.c @@ -119,7 +119,7 @@ thread_allocate (gpointer data) gint b; gint size; gpointer p; - volatile void **loc; + volatile gpointer *loc; for (i = 0; i < 10000; i++) {