summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorEmmanuele Bassi <ebassi@gnome.org>2017-04-11 12:01:32 +0100
committerEmmanuele Bassi <ebassi@gnome.org>2017-04-11 22:53:54 +0100
commitc1f68c26794ada47c55eb70cc6f0f341199c73ae (patch)
treea3082be4fd5d372125a6b1b3b5daa4a9517d0fed /src
parentb5833c0e75a7d7f1e67c87aadacde1277ec4d214 (diff)
downloadgnome-dictionary-c1f68c26794ada47c55eb70cc6f0f341199c73ae.tar.gz
Silence a compiler warning
We don't use the message variable. We should remove it entirely, now that we don't have a status bar any more, but this is the path of least resistance.
Diffstat (limited to 'src')
-rw-r--r--src/gdict-window.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gdict-window.c b/src/gdict-window.c
index 97f2a2f..d61b91a 100644
--- a/src/gdict-window.c
+++ b/src/gdict-window.c
@@ -1196,7 +1196,7 @@ sidebar_page_changed_cb (GdictSidebar *sidebar,
GdictWindow *window)
{
const gchar *page_id;
- const gchar *message;
+ const gchar *message G_GNUC_UNUSED;
page_id = gdict_sidebar_current_page (sidebar);