mirror of
https://gitlab.freedesktop.org/dbus/dbus.git
synced 2026-02-18 10:40:41 +01:00
Fix warning: "pointer targets in passing argument 3 of 'dbus_connection_get_adt_audit_session_data' differ in signedness [-Wpointer-sign]".
Bug: https://bugs.freedesktop.org/attachment.cgi?id=93069 Reviewed-by: Simon McVittie <simon.mcvittie@collabora.co.uk>
This commit is contained in:
parent
a804fd2dbc
commit
79b6a353eb
1 changed files with 1 additions and 1 deletions
|
|
@ -1557,7 +1557,7 @@ bus_driver_handle_get_adt_audit_session_data (DBusConnection *connection,
|
|||
DBusConnection *conn;
|
||||
DBusMessage *reply;
|
||||
void *data = NULL;
|
||||
dbus_uint32_t data_size;
|
||||
dbus_int32_t data_size;
|
||||
const char *service;
|
||||
|
||||
_DBUS_ASSERT_ERROR_IS_CLEAR (error);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue