Commit ec016b69 authored by Theo Linkspfeifer's avatar Theo Linkspfeifer 💬 Committed by Romain Bouvier
Browse files

Silence runtime warning (Bug #15731)

parent d3c2c37c
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -847,6 +847,7 @@ xfsm_client_dbus_get_sm_properties (XfsmDbusClient *object,
    {
      GValue *value = g_tree_lookup (properties->sm_properties, arg_names[i]);

      if (value != NULL)
        builder_add_value (&out_properties, arg_names[i], value);
    }