Laurent Vivier <laur...@vivier.eu> writes: > Fix following warnings > > .../disas/m68k.c: In function ‘print_insn_arg’: > .../disas/m68k.c:1635:13: warning: declaration of ‘val’ shadows a previous > local [-Wshadow=compatible-local] > 1635 | int val = fetch_arg (buffer, place, 5, info); > | ^~~ > .../disas/m68k.c:1093:7: note: shadowed declaration is here > 1093 | int val = 0; > | ^~~ > > Signed-off-by: Laurent Vivier <laur...@vivier.eu>
Queued, thanks!