]> xenbits.xensource.com Git - libvirt.git/commit
qemu: fix implicit fallthrough warning
authorJán Tomko <jtomko@redhat.com>
Wed, 8 Jan 2020 09:20:39 +0000 (10:20 +0100)
committerJán Tomko <jtomko@redhat.com>
Wed, 8 Jan 2020 09:41:11 +0000 (10:41 +0100)
commit264ec9da433332439d731f9e27fab1e7e331e397
treeeb8dcbbb8ff9186898eead04cb83a048551d3dfb
parent08cb201dccc43d16a5d0c739d35774f2bfb44d4d
qemu: fix implicit fallthrough warning

src/qemu/qemu_domain_address.c:680:13: error: this statement may fall through [-Werror=implicit-fallthrough=]
             switch ((virDomainFSModel) dev->data.fs->model) {

Signed-off-by: Ján Tomko <jtomko@redhat.com>
Fixes: f363af7e351c6cac0ff442390d0dab283cbd9fae
src/qemu/qemu_domain_address.c