]> git.ipfire.org Git - thirdparty/libvirt.git/commit
Disable of unused sysinfotest functions
authorDaniel P. Berrange <berrange@redhat.com>
Wed, 3 Apr 2013 14:54:27 +0000 (15:54 +0100)
committerDaniel P. Berrange <berrange@redhat.com>
Thu, 4 Apr 2013 10:07:00 +0000 (11:07 +0100)
commit0464ab183d46989577f04a9d1a9c87589e1d8fa9
tree9c661d1fc437671e11e8b2cea7617a63140b3f04
parent6263fc5a5bd8e58e1fb144062aa22d5e926f306d
Disable of unused sysinfotest functions

Certain functions in the sysinfotest.c are not used unless
a whitelisted architecture is being built. Disable those
functions unless required to avoid warnings about unused
functions.

sysinfotest.c:93:1: warning: 'sysinfotest_run' defined but not used [-Wunused-function]
 sysinfotest_run(const char *test,

Signed-off-by: Daniel P. Berrange <berrange@redhat.com>
tests/sysinfotest.c