mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-07-30 05:43:28 +02:00
tests: Remove a compiler warning
This commit is contained in:
@@ -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++)
|
||||
{
|
||||
|
Reference in New Issue
Block a user