summaryrefslogtreecommitdiff
path: root/dbus/dbus-hash.c
diff options
context:
space:
mode:
authorSimon McVittie <smcv@collabora.com>2018-09-03 12:18:39 -0700
committerSimon McVittie <smcv@collabora.com>2018-12-17 14:12:59 +0000
commit03158095968de8a9542b7ce448d5e9b36f10d827 (patch)
treea075322a3fd25865665e1ad2a16cd74a2677e46c /dbus/dbus-hash.c
parentbb58ce1707799c49ea0164e0ae3b25a02b4e6dce (diff)
downloaddbus-03158095968de8a9542b7ce448d5e9b36f10d827.tar.gz
embedded tests: Conform to the same API for all tests
This will make it possible to unify the wrapper code that runs them. I'm using a plain C string rather than a DBusString to make it more straightforward to carve out tests into their own executables. Signed-off-by: Simon McVittie <smcv@collabora.com>
Diffstat (limited to 'dbus/dbus-hash.c')
-rw-r--r--dbus/dbus-hash.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/dbus/dbus-hash.c b/dbus/dbus-hash.c
index d3d2e978..12b803f7 100644
--- a/dbus/dbus-hash.c
+++ b/dbus/dbus-hash.c
@@ -1631,7 +1631,7 @@ steal (void *ptr)
* @returns #TRUE on success.
*/
dbus_bool_t
-_dbus_hash_test (void)
+_dbus_hash_test (const char *test_data_dir _DBUS_GNUC_UNUSED)
{
int i;
DBusHashTable *table1;