1
0
Fork 0
mirror of https://github.com/albfan/miraclecast.git synced 2025-03-09 23:38:56 +00:00

ctl: suppress unused-result warnings

Use the 'v' variants of cli_vENOMEM() if the result is unused.

Signed-off-by: David Herrmann <dh.herrmann@gmail.com>
This commit is contained in:
David Herrmann 2014-05-08 11:34:17 +02:00
parent 63a0580695
commit b3f4527444
2 changed files with 10 additions and 10 deletions

View file

@ -864,7 +864,7 @@ int manager_dbus_connect(struct manager *m)
return 0;
error:
log_ERR(r);
log_vERR(r);
error_silent:
manager_dbus_disconnect(m);
return r;