]> git.ipfire.org Git - thirdparty/libvirt.git/commit
vsh: Mark some function arguments as unused
authorMichal Privoznik <mprivozn@redhat.com>
Fri, 9 Dec 2016 09:52:29 +0000 (10:52 +0100)
committerMichal Privoznik <mprivozn@redhat.com>
Fri, 9 Dec 2016 09:52:29 +0000 (10:52 +0100)
commitdb34168a7fed40815ea8fc01b3688e6c4dfaa456
tree5a34bf145f5216e5317ab262069e42f3e99d209b
parentb492f7ef0f9b44ea0e926773392fcdb3c7bba9f1
vsh: Mark some function arguments as unused

Some arguments in vshErrorHandler, vshReadlineCompletion and
cmdSelfTest functions are not used. Mark them as such.

Signed-off-by: Michal Privoznik <mprivozn@redhat.com>
tools/vsh.c