summaryrefslogtreecommitdiffstats
path: root/pcp-htop.c
diff options
context:
space:
mode:
authorNathan Scott <nathans@redhat.com>2021-04-08 13:15:59 +1000
committerNathan Scott <nathans@redhat.com>2021-06-09 17:09:29 +1000
commitb232119e4b54c8e732c40ba06b40856c64c3a47d (patch)
tree5dfc518bfa57be3b641604a01fc5289fc1793ce7 /pcp-htop.c
parentda454997bf1f721f958c8f619155c21c8e033cfc (diff)
Resolve some Coverity scan misfires in PCP platform code
Diffstat (limited to 'pcp-htop.c')
-rw-r--r--pcp-htop.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/pcp-htop.c b/pcp-htop.c
index eb81cfaa..855bb3f9 100644
--- a/pcp-htop.c
+++ b/pcp-htop.c
@@ -20,7 +20,7 @@ int main(int argc, char** argv) {
/* extract environment variables */
opts.flags |= PM_OPTFLAG_ENV_ONLY;
- pmGetOptions(argc, argv, &opts);
+ (void)pmGetOptions(argc, argv, &opts);
return CommandLine_run(name, argc, argv);
}

© 2014-2024 Faster IT GmbH | imprint | privacy policy