summaryrefslogtreecommitdiffstats
path: root/glib/dbus-glib-tool.c
diff options
context:
space:
mode:
Diffstat (limited to 'glib/dbus-glib-tool.c')
-rw-r--r--glib/dbus-glib-tool.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/glib/dbus-glib-tool.c b/glib/dbus-glib-tool.c
index 85f78ed4..1be0be7e 100644
--- a/glib/dbus-glib-tool.c
+++ b/glib/dbus-glib-tool.c
@@ -385,6 +385,7 @@ main (int argc, char **argv)
else
{
channel = g_io_channel_unix_new (fileno (stdout));
+ output_file_tmp = NULL; /* silence gcc */
}
if (!g_io_channel_set_encoding (channel, NULL, &error))
lose_gerror (_("Couldn't set channel encoding to NULL"), error);