summaryrefslogtreecommitdiffstats
path: root/bindings/ghashtable.h
diff options
context:
space:
mode:
authorBenjamin Dauvergne <bdauvergne@entrouvert.com>2010-01-25 12:47:02 +0000
committerBenjamin Dauvergne <bdauvergne@entrouvert.com>2010-01-25 12:47:02 +0000
commite4e20f8d02c36336c5a705c500a88175e4aad33e (patch)
treec55658c27f63402eaae92b95fa1a06ac1ea0feac /bindings/ghashtable.h
parent7899b27221a2cac4a74ccb1aaa2e917f100a1c98 (diff)
downloadlasso-e4e20f8d02c36336c5a705c500a88175e4aad33e.tar.gz
lasso-e4e20f8d02c36336c5a705c500a88175e4aad33e.tar.xz
lasso-e4e20f8d02c36336c5a705c500a88175e4aad33e.zip
in bindings/ghashtable.h, Add missing unused argument hints
Diffstat (limited to 'bindings/ghashtable.h')
-rw-r--r--bindings/ghashtable.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/bindings/ghashtable.h b/bindings/ghashtable.h
index aa136fd5..aaf1916c 100644
--- a/bindings/ghashtable.h
+++ b/bindings/ghashtable.h
@@ -26,7 +26,8 @@ struct _GHashTable
/* Helper functions to access JNI interface functions */
#if (GLIB_MAJOR_VERSION == 2 && GLIB_MINOR_VERSION < 12)
-static gboolean return_true(gpointer a, gpointer b, gpointer c)
+static gboolean return_true(G_GNUC_UNUSED gpointer a, G_GNUC_UNUSED gpointer b,
+ G_GNUC_UNUSED gpointer c)
{
return TRUE;
}