mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-11-10 03:16:17 +01:00
Silence a compiler warning
This commit is contained in:
parent
8852d4e9a0
commit
2c864a1bb2
@ -140,8 +140,7 @@ g_memory_input_stream_class_init (GMemoryInputStreamClass *klass)
|
|||||||
}
|
}
|
||||||
|
|
||||||
static void
|
static void
|
||||||
free_chunk (gpointer data,
|
free_chunk (gpointer data)
|
||||||
gpointer user_data)
|
|
||||||
{
|
{
|
||||||
Chunk *chunk = data;
|
Chunk *chunk = data;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user