diff options
author | Simon McVittie <smcv@collabora.com> | 2018-09-03 12:18:39 -0700 |
---|---|---|
committer | Simon McVittie <smcv@collabora.com> | 2018-12-17 14:12:59 +0000 |
commit | 03158095968de8a9542b7ce448d5e9b36f10d827 (patch) | |
tree | a075322a3fd25865665e1ad2a16cd74a2677e46c /bus/signals.c | |
parent | bb58ce1707799c49ea0164e0ae3b25a02b4e6dce (diff) | |
download | dbus-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 'bus/signals.c')
-rw-r--r-- | bus/signals.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bus/signals.c b/bus/signals.c index c9a8f453..c1224e7e 100644 --- a/bus/signals.c +++ b/bus/signals.c @@ -2963,7 +2963,7 @@ test_matching_path_namespace (void) } dbus_bool_t -bus_signals_test (const DBusString *test_data_dir) +bus_signals_test (const char *test_data_dir _DBUS_GNUC_UNUSED) { BusMatchmaker *matchmaker; |