From 6fecc5899ecbfb700b2dd7fc866fa037c3fcfe04 Mon Sep 17 00:00:00 2001 From: Matthew Barnes Date: Sat, 15 Dec 2012 07:13:57 -0500 Subject: Fix compiler warnings. --- shell/main.c | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'shell/main.c') diff --git a/shell/main.c b/shell/main.c index d4e65b1a9c..4540f51984 100644 --- a/shell/main.c +++ b/shell/main.c @@ -506,6 +506,10 @@ main (gint argc, /* The contact maps feature uses clutter-gtk. */ #ifdef WITH_CONTACT_MAPS + /* XXX This function is declared in gtk-clutter-util.h with an + * unnecessary G_GNUC_WARN_UNUSED_RESULT attribute. But we + * don't need the returned error code because we're checking + * the GError directly. Just ignore this warning. */ gtk_clutter_init_with_args ( &argc, &argv, _("- The Evolution PIM and Email Client"), -- cgit