Re: [PATCH 11/11] hw/display/vga:Remove redundant statement in vga_draw_graphic()

2020-08-16 Thread Gerd Hoffmann
On Thu, Aug 13, 2020 at 03:37:12PM +0800, Chen Qun wrote: > Clang static code analyzer show warning: > hw/display/vga.c:1677:9: warning: Value stored to 'update' is never read > update = full_update; > ^~~~ > > Reported-by: Euler Robot > Signed-off-by: Chen Qun R

[PATCH 11/11] hw/display/vga:Remove redundant statement in vga_draw_graphic()

2020-08-13 Thread Chen Qun
Clang static code analyzer show warning: hw/display/vga.c:1677:9: warning: Value stored to 'update' is never read update = full_update; ^~~~ Reported-by: Euler Robot Signed-off-by: Chen Qun --- Cc: Gerd Hoffmann --- hw/display/vga.c | 1 - 1 file changed, 1 dele