From 9db5682186de96b1deeb48e76887df7c74e77036 Mon Sep 17 00:00:00 2001 From: Sebastien Helleu Date: Sun, 9 Dec 2012 00:47:07 +0100 Subject: [PATCH] core: fix compilation warning --- src/gui/gui-history.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/gui/gui-history.c b/src/gui/gui-history.c index 01d82284a..7e52947bb 100644 --- a/src/gui/gui-history.c +++ b/src/gui/gui-history.c @@ -235,6 +235,7 @@ gui_history_hdata_history_update_cb (void *data, /* make C compiler happy */ (void) data; + (void) hdata; rc = 0;