diff options
author | Matthew Barnes <mbarnes@redhat.com> | 2012-12-15 20:13:57 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@redhat.com> | 2012-12-15 21:16:36 +0800 |
commit | 6fecc5899ecbfb700b2dd7fc866fa037c3fcfe04 (patch) | |
tree | 839a4d68cad08f6e00925b796037d8d091f2bf86 /shell | |
parent | 5e2efa2cd4ac7891fdf316dafd9ab249086e842a (diff) | |
download | gsoc2013-evolution-6fecc5899ecbfb700b2dd7fc866fa037c3fcfe04.tar.gz gsoc2013-evolution-6fecc5899ecbfb700b2dd7fc866fa037c3fcfe04.tar.zst gsoc2013-evolution-6fecc5899ecbfb700b2dd7fc866fa037c3fcfe04.zip |
Fix compiler warnings.
Diffstat (limited to 'shell')
-rw-r--r-- | shell/main.c | 4 |
1 files changed, 4 insertions, 0 deletions
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"), |