mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-11-07 18:06:15 +01:00
tests: Remove a compiler warning
This commit is contained in:
parent
a2c42b4a79
commit
ecadb5a92d
@ -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++)
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user