[glib] Silence a compiler warning
- From: Matthias Clasen <matthiasc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [glib] Silence a compiler warning
- Date: Fri, 20 Jan 2012 20:02:56 +0000 (UTC)
commit 2c864a1bb2fa25b82dd439c705c2e9ae23f29c5d
Author: Matthias Clasen <mclasen redhat com>
Date: Fri Jan 20 08:07:52 2012 -0500
Silence a compiler warning
gio/gmemoryinputstream.c | 3 +--
1 files changed, 1 insertions(+), 2 deletions(-)
---
diff --git a/gio/gmemoryinputstream.c b/gio/gmemoryinputstream.c
index 1a27309..1fed058 100644
--- a/gio/gmemoryinputstream.c
+++ b/gio/gmemoryinputstream.c
@@ -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;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]