mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-02-25 11:42:10 +01:00
Avoid an unused variable warning
This commit is contained in:
parent
331e93c3f1
commit
39460701d4
@ -173,7 +173,7 @@ test_sighup_add_remove (void)
|
||||
static gboolean
|
||||
nested_idle (gpointer data)
|
||||
{
|
||||
GMainLoop *parent, *nested;
|
||||
GMainLoop *nested;
|
||||
GMainContext *context;
|
||||
GSource *source;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user