From: Tom de Vries Date: Thu, 3 Aug 2023 08:48:39 +0000 (+0100) Subject: Fix Wlto-type-mismatch in opcodes/ft32-dis.c X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=e34acfce343d53290e72c317213a28327bc52fb0;p=binutils-gdb.git Fix Wlto-type-mismatch in opcodes/ft32-dis.c --- diff --git a/opcodes/ft32-dis.c b/opcodes/ft32-dis.c index 493297549bf..4c7cac5968d 100644 --- a/opcodes/ft32-dis.c +++ b/opcodes/ft32-dis.c @@ -27,7 +27,7 @@ #include "opcode/ft32.h" #include "disassemble.h" -extern const ft32_opc_info_t ft32_opc_info[128]; +extern const ft32_opc_info_t ft32_opc_info[]; static fprintf_ftype fpr; static void *stream;