merge from gcc

This commit is contained in:
DJ Delorie 2003-10-31 13:10:32 +00:00
parent 0013291dce
commit e7e6980b7e
2 changed files with 6 additions and 2 deletions

View File

@ -1,3 +1,7 @@
2003-10-31 Andreas Jaeger <aj@suse.de>
* floatformat.c (floatformat_always_valid): Add unused attribute.
2003-10-30 Josef Zlomek <zlomekj@suse.cz>
* hashtab.c (htab_find_slot_with_hash): Decrease n_deleted

View File

@ -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;
}