]> git.ipfire.org Git - thirdparty/libvirt.git/commit
Add missing 'return 0;' in stub lxcStartFuse() method impl.
authorDaniel P. Berrange <berrange@redhat.com>
Mon, 18 Nov 2013 16:12:39 +0000 (16:12 +0000)
committerDaniel P. Berrange <berrange@redhat.com>
Mon, 18 Nov 2013 16:12:39 +0000 (16:12 +0000)
commit784bb73eaa5507375c21f801376a512dc6ae658d
treea566385bad58c7921d0c9a21a4279415e7c4f17c
parent3563c51d3e95e6a90cb5d933afdeff7e51c9bc1d
Add missing 'return 0;' in stub lxcStartFuse() method impl.

Without a 'return 0' in the stub lxcStartFuse() method, the
compiler warns:

lxc/lxc_fuse.c:374: error: control reaches end of non-void function
[-Wreturn-type]

Signed-off-by: Daniel P. Berrange <berrange@redhat.com>
src/lxc/lxc_fuse.c