]> git.proxmox.com Git - mirror_qemu.git/commit
target/hexagon: remove unused variable
authorZongyuan Li <zongyuan.li@smartx.com>
Mon, 24 Jan 2022 06:43:39 +0000 (14:43 +0800)
committerTaylor Simpson <tsimpson@quicinc.com>
Sat, 12 Mar 2022 17:14:22 +0000 (09:14 -0800)
commit4a818b3767220dcd21cf5cc7f12e33e28c2073ed
treeb6f213fc0e160cec849079e4dbef83c9c7dc4c48
parentc0d86060f033fc8d591b0163e380ff6cd04f213a
target/hexagon: remove unused variable

When building with clang version 13.0.0 (eg. Fedora 13.0.0-3.fc35),
two unused variables introduced by macro GATHER_FUNCTION and
SCATTER_FUNCTION will cause building process failure due to
[-Werror -Wunused-variable].

Signed-off-by: Zongyuan Li <zongyuan.li@smartx.com>
Resolves: https://gitlab.com/qemu-project/qemu/-/issues/831
Message-Id: <20220124064339.56027-1-zongyuan.li@smartx.com>
Reviewed-by: Thomas Huth <thuth@redhat.com>
Reviewed-by: Taylor Simpson <tsimpson@quicinc.com>
Signed-off-by: Taylor Simpson <tsimpson@quicinc.com>
target/hexagon/mmvec/macros.h