On 4/8/24 04:25, Paolo Bonzini wrote:
GCC 14 shows -Wshadow=local warnings if an enum conflicts with a local
variable (including a parameter). To avoid this, move the problematic
enum and all of its dependencies after the hundreds of functions that
have a parameter named "instruction".
Signed-off-by: Paolo Bonzini<pbonz...@redhat.com>
---
disas/nanomips.c | 194 +++++++++++++++++++++++------------------------
1 file changed, 97 insertions(+), 97 deletions(-)
Reviewed-by: Richard Henderson <richard.hender...@linaro.org>
r~