]> git.ipfire.org Git - thirdparty/libvirt.git/commit
Fix up NLS warnings.
authorChris Lalancette <clalance@redhat.com>
Tue, 3 Nov 2009 12:30:47 +0000 (13:30 +0100)
committerChris Lalancette <clalance@redhat.com>
Tue, 3 Nov 2009 15:19:40 +0000 (16:19 +0100)
commit991be60403fe292369ae2180e5e8a6743c40cbb9
tree3ba864c8f24e7e4fdfd65ed1848837f58656e918
parent9231aa7d9563745c64e4f69afabca65d28bfae25
Fix up NLS warnings.

When building with --disable-nls, I got a few messages like this:

storage/storage_backend.c: In function 'virStorageBackendCreateQemuImg':
storage/storage_backend.c:571: warning: format not a string literal and no format arguments

Fix these up.

Signed-off-by: Chris Lalancette <clalance@redhat.com>
src/conf/domain_conf.c
src/lxc/lxc_driver.c
src/qemu/qemu_driver.c
src/storage/storage_backend.c