]> git.ipfire.org Git - thirdparty/libvirt.git/commit
Change virCgroupGetAppRoot stub on non-Linux to avoid unused param warning
authorDaniel P. Berrange <berrange@redhat.com>
Thu, 13 Dec 2012 13:10:19 +0000 (13:10 +0000)
committerDaniel P. Berrange <berrange@redhat.com>
Thu, 13 Dec 2012 13:11:44 +0000 (13:11 +0000)
commitcc5c7f9865010853cf218f9d246482a417369d92
tree8a32d4b9180aac1c5631c6824f875a6efa9544b5
parent7339bc4cedb783823718a338952216f471d5abba
Change virCgroupGetAppRoot stub on non-Linux to avoid unused param warning

Fully stub out the virCgroupGetAppRoot method as done with other
methods in the file, rather than just the body. This lets us
annotate the unused parameter to avoid a warning
src/util/cgroup.c