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
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