Searched hist:"380 e6d811952d39ec51adda9756a07528eac96bb" (Results 1 – 1 of 1) sorted by relevance
/qemu/hw/display/ |
H A D | qxl.c | 380e6d811952d39ec51adda9756a07528eac96bb Sat Feb 15 16:15:56 UTC 2020 Philippe Mathieu-Daudé <philmd@redhat.com> hw/display/qxl: Remove unneeded variable assignment
Fix warning reported by Clang static code analyzer:
hw/display/qxl.c:1634:14: warning: Value stored to 'orig_io_port' during its initialization is never read uint32_t orig_io_port = io_port; ^~~~~~~~~~~~ ~~~~~~~
Reported-by: Clang Static Analyzer Signed-off-by: Philippe Mathieu-Daudé <philmd@redhat.com> Reviewed-by: Richard Henderson <richard.henderson@linaro.org> Message-Id: <20200215161557.4077-3-philmd@redhat.com> Signed-off-by: Laurent Vivier <laurent@vivier.eu>
|