]> git.ipfire.org Git - thirdparty/libvirt.git/commit
build: avoid compiler warning on non-Linux
authorEric Blake <eblake@redhat.com>
Wed, 15 Jun 2011 17:21:28 +0000 (11:21 -0600)
committerEric Blake <eblake@redhat.com>
Wed, 15 Jun 2011 17:25:02 +0000 (11:25 -0600)
commita1df7054cef9d723fb25f6e9e97ce96e164064b3
tree589305061733d534f74294a1b64f1603392b8255
parent9fbfcd3b44e8b450c9371421fe884ba6f8321904
build: avoid compiler warning on non-Linux

Detected by autobuild.sh when cross-building for mingw.
Introduced in commits ce76e85 and af35cec.

* src/nodeinfo.c (nodeGetCPUStats, nodeGetMemoryStats): Mark
parameters as potentially unused.
src/nodeinfo.c