From: Matthias Clasen Date: Sun, 28 Jul 2013 22:39:42 +0000 (-0400) Subject: Avoid an unused variable warning X-Git-Tag: 2.37.5~7 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=39460701d4ed32e1c437358875280a410fe8b82f;p=platform%2Fupstream%2Fglib.git Avoid an unused variable warning --- diff --git a/glib/tests/unix.c b/glib/tests/unix.c index 4731019..48dece9 100644 --- a/glib/tests/unix.c +++ b/glib/tests/unix.c @@ -173,7 +173,7 @@ test_sighup_add_remove (void) static gboolean nested_idle (gpointer data) { - GMainLoop *parent, *nested; + GMainLoop *nested; GMainContext *context; GSource *source;