summaryrefslogtreecommitdiffstats
path: root/bindings/php5/wrapper_source_top.c
diff options
context:
space:
mode:
Diffstat (limited to 'bindings/php5/wrapper_source_top.c')
-rw-r--r--bindings/php5/wrapper_source_top.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/bindings/php5/wrapper_source_top.c b/bindings/php5/wrapper_source_top.c
index 5567f499..74c67eb8 100644
--- a/bindings/php5/wrapper_source_top.c
+++ b/bindings/php5/wrapper_source_top.c
@@ -294,7 +294,7 @@ get_hashtable_from_array_of_objects(zval *array)
return result;
}
-static GHashTable*
+G_GNUC_UNUSED static GHashTable*
get_hashtable_from_array_of_strings(zval *array)
{
HashTable *hashtable = NULL;
@@ -344,7 +344,7 @@ set_array_from_hashtable_of_objects(GHashTable *hashtable, zval **array)
g_list_free(keys);
}
-static void
+G_GNUC_UNUSED static void
set_array_from_hashtable_of_strings(GHashTable *hashtable, zval **array)
{
GList *keys = NULL;