]> Git Repo - qemu.git/commit
block/stream: Remove redundant statement in stream_run()
authorChen Qun <[email protected]>
Mon, 2 Mar 2020 13:07:04 +0000 (21:07 +0800)
committerLaurent Vivier <[email protected]>
Mon, 9 Mar 2020 14:59:31 +0000 (15:59 +0100)
commit35c9453592944c46bc4f8cd273b9ed54362a50e5
tree4a5cce40099d2e090a91e93eb836c2301ca9616b
parent2244f2335ea8f3b92cbecbb123dc392570b06e6c
block/stream: Remove redundant statement in stream_run()

Clang static code analyzer show warning:
  block/stream.c:186:9: warning: Value stored to 'ret' is never read
        ret = 0;
        ^     ~
Reported-by: Euler Robot <[email protected]>
Signed-off-by: Chen Qun <[email protected]>
Reviewed-by: John Snow <[email protected]>
Reviewed-by: Kevin Wolf <[email protected]>
Message-Id: <20200302130715[email protected]>
Signed-off-by: Laurent Vivier <[email protected]>
block/stream.c
This page took 0.038297 seconds and 4 git commands to generate.