This is the mail archive of the
gdb-patches@sources.redhat.com
mailing list for the GDB project.
Re: [libiberty and gdb] floatformat_is_valid
- From: Andrew Cagney <ac131313 at redhat dot com>
- To: Daniel Jacobowitz <drow at mvista dot com>
- Cc: gdb-patches at sources dot redhat dot com
- Date: Mon, 15 Sep 2003 17:22:53 -0400
- Subject: Re: [libiberty and gdb] floatformat_is_valid
- References: <20030915143933.GA22129@nevyn.them.org>
+ if (!floatformat_is_valid (floatformat_from_type (type), valaddr))
I get:
.../values.c:744: warning: passing arg 2 of `floatformat_is_valid'
discards qualifiers from pointer target type
I'll fix it with the other changes.
Andrew