]> git.ipfire.org Git - thirdparty/libvirt.git/commit
fix failure when building with --disable-debug
authorHu Tao <hutao@cn.fujitsu.com>
Fri, 13 Jul 2012 07:50:04 +0000 (15:50 +0800)
committerEric Blake <eblake@redhat.com>
Fri, 13 Jul 2012 12:38:18 +0000 (06:38 -0600)
commit102c69414c2bd5dc23474a156908423e8b820af4
tree723f0a5e7beef2156094a813c0af4b18b9a97e47
parentece765959aaf56261328a4a47ecd8b01150a3d94
fix failure when building with --disable-debug

When building with --disable-debug, VIR_DEBUG expands to a nop.
But parameters to VIR_DEBUG can be variables that are passed only
to VIR_DEBUG. In the case the building system complains about unused
variables.
src/util/logging.h