summaryrefslogtreecommitdiff
path: root/dbus/dbus-misc.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-misc.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-misc.c')
-rw-r--r--dbus/dbus-misc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/dbus/dbus-misc.c b/dbus/dbus-misc.c
index 198557f0..fefe05a4 100644
--- a/dbus/dbus-misc.c
+++ b/dbus/dbus-misc.c
@@ -232,7 +232,7 @@ dbus_get_version (int *major_version_p,
dbus_bool_t
-_dbus_misc_test (void)
+_dbus_misc_test (const char *test_data_dir _DBUS_GNUC_UNUSED)
{
int major, minor, micro;
DBusString str;