mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-05-05 09:58:07 +02:00
trivial: add a (void) annotation for coverity
This commit is contained in:
parent
55c6d76c54
commit
7a838e0a91
1 changed files with 1 additions and 1 deletions
|
|
@ -216,7 +216,7 @@ _dcb_setup (const char *iface,
|
|||
/* Ignore disable failure since lldpad <= 0.9.46 does not support disabling
|
||||
* priority groups without specifying an entire PG config.
|
||||
*/
|
||||
do_helper (iface, DCBTOOL, run_func, user_data, error, "pg e:0");
|
||||
(void) do_helper (iface, DCBTOOL, run_func, user_data, error, "pg e:0");
|
||||
}
|
||||
|
||||
return TRUE;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue