From: Daniel P. Berrange Date: Wed, 3 Apr 2013 14:54:27 +0000 (+0100) Subject: Disable of unused sysinfotest functions X-Git-Tag: v1.0.5-rc1~254 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0464ab183d46989577f04a9d1a9c87589e1d8fa9;p=thirdparty%2Flibvirt.git 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 --- diff --git a/tests/sysinfotest.c b/tests/sysinfotest.c index aee57e6642..94493a37dc 100644 --- a/tests/sysinfotest.c +++ b/tests/sysinfotest.c @@ -38,6 +38,10 @@ #if defined (__linux__) +# if defined(__s390__) || defined(__s390x__) || \ + defined(__powerpc__) || defined(__powerpc64__) || \ + defined(__i386__) || defined(__x86_64__) || defined(__amd64__) + /* from sysinfo.c */ void virSysinfoSetup(const char *decoder, const char *sysinfo, @@ -122,6 +126,7 @@ error: VIR_FREE(testdata.expected); return ret; } +# endif # if defined(__s390__) || defined(__s390x__) static int