summary refs log tree commit diff stats
path: root/scripts/qapi/source.py
diff options
context:
space:
mode:
authorPhilippe Mathieu-Daudé <philmd@redhat.com>2020-02-15 17:15:56 +0100
committerLaurent Vivier <laurent@vivier.eu>2020-02-18 20:20:49 +0100
commit380e6d811952d39ec51adda9756a07528eac96bb (patch)
tree68a2415476832e7b84c9731cd5fecd48839745e4 /scripts/qapi/source.py
parent1e1f6ab0eb8703589590f340c0c429298cf17905 (diff)
downloadfocaccia-qemu-380e6d811952d39ec51adda9756a07528eac96bb.tar.gz
focaccia-qemu-380e6d811952d39ec51adda9756a07528eac96bb.zip
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>
Diffstat (limited to '')
0 files changed, 0 insertions, 0 deletions