mirror of
https://gitlab.freedesktop.org/dbus/dbus.git
synced 2026-05-05 22:48:02 +02:00
bus/signal: fix compilation when only -Dembedded-tests
Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com>
This commit is contained in:
parent
2a5f1cfda7
commit
a58d46b789
1 changed files with 2 additions and 2 deletions
|
|
@ -122,7 +122,7 @@ bus_match_rule_unref (BusMatchRule *rule)
|
|||
}
|
||||
}
|
||||
|
||||
#if defined(DBUS_ENABLE_VERBOSE_MODE) || defined(DBUS_ENABLE_STATS)
|
||||
#if defined(DBUS_ENABLE_VERBOSE_MODE) || defined(DBUS_ENABLE_STATS) || defined(DBUS_ENABLE_EMBEDDED_TESTS)
|
||||
static dbus_bool_t
|
||||
append_key_and_escaped_value (DBusString *str, const char *token, const char *value)
|
||||
{
|
||||
|
|
@ -312,7 +312,7 @@ match_rule_to_string (BusMatchRule *rule)
|
|||
_dbus_string_free (&str);
|
||||
return NULL;
|
||||
}
|
||||
#endif /* defined(DBUS_ENABLE_VERBOSE_MODE) || defined(DBUS_ENABLE_STATS) */
|
||||
#endif /* defined(DBUS_ENABLE_VERBOSE_MODE) || defined(DBUS_ENABLE_STATS) || defined(DBUS_ENABLE_EMBEDDED_TESTS) */
|
||||
|
||||
dbus_bool_t
|
||||
bus_match_rule_set_message_type (BusMatchRule *rule,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue