mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-07-22 09:57:52 +02:00
Silence a compiler warning
This commit is contained in:
@@ -140,8 +140,7 @@ g_memory_input_stream_class_init (GMemoryInputStreamClass *klass)
|
||||
}
|
||||
|
||||
static void
|
||||
free_chunk (gpointer data,
|
||||
gpointer user_data)
|
||||
free_chunk (gpointer data)
|
||||
{
|
||||
Chunk *chunk = data;
|
||||
|
||||
|
Reference in New Issue
Block a user