aboutsummaryrefslogtreecommitdiff
path: root/spice-qemu-char.c
diff options
context:
space:
mode:
authorMichael S. Tsirkin <mst@redhat.com>2017-01-19 22:56:14 +0200
committerMichael S. Tsirkin <mst@redhat.com>2017-02-01 03:37:17 +0200
commitf291887e8eef5d37d31484638f6e62401b4b99a2 (patch)
tree5263e8d16a5a9500febaa3de574bb3afd801c808 /spice-qemu-char.c
parent60abf0a5e05134187e274ce5f32524ccf0cae1a6 (diff)
downloadqemu-f291887e8eef5d37d31484638f6e62401b4b99a2.zip
qemu-f291887e8eef5d37d31484638f6e62401b4b99a2.tar.gz
qemu-f291887e8eef5d37d31484638f6e62401b4b99a2.tar.bz2
compiler: rework BUG_ON using a struct
There are theoretical concerns that some compilers might not trigger build failures on attempts to define an array of size (x ? -1 : 1) where x is a variable and make it a variable sized array instead. Let rewrite using a struct with a negative bit field size instead as there are no dynamic bit field sizes. This is similar to what Linux does. Signed-off-by: Michael S. Tsirkin <mst@redhat.com> Reviewed-by: Eric Blake <eblake@redhat.com> Reviewed-by: Markus Armbruster <armbru@redhat.com>
Diffstat (limited to 'spice-qemu-char.c')
0 files changed, 0 insertions, 0 deletions