tests: Remove a compiler warning

This commit is contained in:
Emmanuele Bassi 2014-02-02 09:32:09 +00:00
parent a2c42b4a79
commit ecadb5a92d

View File

@ -119,7 +119,7 @@ thread_allocate (gpointer data)
gint b; gint b;
gint size; gint size;
gpointer p; gpointer p;
volatile void **loc; volatile gpointer *loc;
for (i = 0; i < 10000; i++) for (i = 0; i < 10000; i++)
{ {