Commit ad37274a by Andreas Jaeger Committed by Andreas Jaeger

* floatformat.c (floatformat_always_valid): Add unused attribute.

From-SVN: r73119
parent d6bc9793
2003-10-31 Andreas Jaeger <aj@suse.de>
* floatformat.c (floatformat_always_valid): Add unused attribute.
2003-10-30 Josef Zlomek <zlomekj@suse.cz>
Jan Hubicka <jh@suse.cz>
......
......@@ -39,8 +39,8 @@ static int floatformat_always_valid PARAMS ((const struct floatformat *fmt,
static int
floatformat_always_valid (fmt, from)
const struct floatformat *fmt;
const char *from;
const struct floatformat *fmt ATTRIBUTE_UNUSED;
const char *from ATTRIBUTE_UNUSED;
{
return 1;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment