summaryrefslogtreecommitdiffstats
path: root/scripts/qapi/doc.py
diff options
context:
space:
mode:
authorEric Blake2018-06-22 14:58:14 +0200
committerPeter Maydell2018-06-22 15:18:36 +0200
commit45eb6fb6cea28cdc937764aac6585751047bb294 (patch)
tree6b14129f199ca6320466eb1af4558e8252e80ace /scripts/qapi/doc.py
parentMerge remote-tracking branch 'remotes/dgilbert/tags/pull-hmp-20180621' into s... (diff)
downloadqemu-45eb6fb6cea28cdc937764aac6585751047bb294.tar.gz
qemu-45eb6fb6cea28cdc937764aac6585751047bb294.tar.xz
qemu-45eb6fb6cea28cdc937764aac6585751047bb294.zip
nbd/server: Silence gcc false positive
The code has a while() loop that always initialized 'end', and the loop always executes at least once (as evidenced by the assert() just prior to the loop). But some versions of gcc still complain that 'end' is used uninitialized, so silence them. Signed-off-by: Eric Blake <eblake@redhat.com> Reviewed-by: Peter Maydell <peter.maydell@linaro.org> Message-id: 20180622125814.345274-1-eblake@redhat.com Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Diffstat (limited to 'scripts/qapi/doc.py')
0 files changed, 0 insertions, 0 deletions