]> git.ipfire.org Git - thirdparty/systemd.git/blobdiff - src/login/logind-user-dbus.c
logind: voidify a few calls
[thirdparty/systemd.git] / src / login / logind-user-dbus.c
index c662a26b9fa1c501ffdd94883f3f7b39dbf6ca24..9620fb0cfc2344c247531d5ff8f98e1bc96c5918 100644 (file)
@@ -109,7 +109,7 @@ static int property_get_idle_since_hint(
         assert(reply);
         assert(u);
 
-        user_get_idle_hint(u, &t);
+        (void) user_get_idle_hint(u, &t);
         k = streq(property, "IdleSinceHint") ? t.realtime : t.monotonic;
 
         return sd_bus_message_append(reply, "t", k);