diff options
author | Mark Asselstine <mark.asselstine@windriver.com> | 2017-08-23 14:08:05 -0400 |
---|---|---|
committer | Bruce Ashfield <bruce.ashfield@windriver.com> | 2017-08-24 09:58:54 -0400 |
commit | 19f0c979abbc72a300c0b1cb92f9328f96728f5a (patch) | |
tree | ca085eb814db71b40e0eb57a2ebccce64b5f8399 /meta-openstack/recipes-devtools | |
parent | c41b0107f0bf1aebf3def177fd3a8d8e9130e0af (diff) | |
download | meta-cloud-services-19f0c979abbc72a300c0b1cb92f9328f96728f5a.tar.gz |
spice: fix builds with gcc 7.x
There is an upstream fix for this issue but it doesn't apply cleanly
and is rather simple so rather than backport it and turn it into
something unrecognizeable I simply created my own version of it. This
fixes builds which fail with:
| ../../git/server/reds.c: In function 'vdi_port_read_one_msg_from_device':
| ../../git/server/reds.c:797:31: error: this statement may fall through [-Werror=implicit-fallthrough=]
| state->read_state = VDI_PORT_READ_STATE_GET_BUFF;
| ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
| ../../git/server/reds.c:798:9: note: here
| case VDI_PORT_READ_STATE_GET_BUFF: {
| ^~~~
Signed-off-by: Mark Asselstine <mark.asselstine@windriver.com>
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
Diffstat (limited to 'meta-openstack/recipes-devtools')
0 files changed, 0 insertions, 0 deletions