public inbox for binutils-cvs@sourceware.org
 help / color / mirror / Atom feed
* [binutils-gdb]  Fix Wlto-type-mismatch in opcodes/ft32-dis.c
@ 2023-08-03  8:49 Nick Clifton
  0 siblings, 0 replies; only message in thread
From: Nick Clifton @ 2023-08-03  8:49 UTC (permalink / raw)
  To: bfd-cvs

https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=e34acfce343d53290e72c317213a28327bc52fb0

commit e34acfce343d53290e72c317213a28327bc52fb0
Author: Tom de Vries <tdevries@suse.de>
Date:   Thu Aug 3 09:48:39 2023 +0100

     Fix Wlto-type-mismatch in opcodes/ft32-dis.c

Diff:
---
 opcodes/ft32-dis.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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;

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2023-08-03  8:49 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-08-03  8:49 [binutils-gdb] Fix Wlto-type-mismatch in opcodes/ft32-dis.c Nick Clifton

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).