[at-spi2-atk] Fix some compiler warnings



commit 2eebdb4c2e09dd9fb34902bca472d3478cee7ca9
Author: Mike Gorse <mgorse suse com>
Date:   Tue Apr 12 09:55:34 2022 -0500

    Fix some compiler warnings

 droute/droute.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/droute/droute.c b/droute/droute.c
index 14e77718..bc03d741 100644
--- a/droute/droute.c
+++ b/droute/droute.c
@@ -281,7 +281,7 @@ impl_prop_GetAll (DBusMessage *message,
         !path->query_interface_cb (datum, iface))
       return dbus_message_new_error (message, DBUS_ERROR_UNKNOWN_PROPERTY, "Property unavailable");
 
-      reply = dbus_message_new_method_return (message);
+    reply = dbus_message_new_method_return (message);
     if (!reply)
         oom ();
 
@@ -484,7 +484,7 @@ handle_introspection (DBusConnection *bus,
     GString *output;
     gchar *final;
     gint i;
-    void *datum;
+    void *datum = NULL;
 
     DBusMessage *reply;
 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]