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:
parent
63a0580695
commit
b3f4527444
2 changed files with 10 additions and 10 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue