Mirror of the gdb-patches mailing list
 help / color / mirror / Atom feed
* [commit] ia64-tdep.c: update an argument type in floatformat_valid()
@ 2005-11-08 17:17 Kevin Buettner
  2005-11-08 17:28 ` Mark Kettenis
  0 siblings, 1 reply; 3+ messages in thread
From: Kevin Buettner @ 2005-11-08 17:17 UTC (permalink / raw)
  To: gdb-patches

I've just committed the change below.  With this change in place, the
ia64-linux-gnu target builds using -Werror.

	* ia64-tdep.c (floatformat_valid): Change type of `from' from
	`const char *' to `const void *'.

Index: ia64-tdep.c
===================================================================
RCS file: /cvs/src/src/gdb/ia64-tdep.c,v
retrieving revision 1.135
diff -u -p -r1.135 ia64-tdep.c
--- ia64-tdep.c	10 Sep 2005 18:11:02 -0000	1.135
+++ ia64-tdep.c	8 Nov 2005 01:40:24 -0000
@@ -324,7 +324,7 @@ ia64_dwarf_reg_to_regnum (int reg)
 }
 
 static int
-floatformat_valid (const struct floatformat *fmt, const char *from)
+floatformat_valid (const struct floatformat *fmt, const void *from)
 {
   return 1;
 }


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2005-11-08 17:25 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-11-08 17:17 [commit] ia64-tdep.c: update an argument type in floatformat_valid() Kevin Buettner
2005-11-08 17:28 ` Mark Kettenis
2005-11-09  6:29   ` Kevin Buettner

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox