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