From: DJ Delorie Date: Fri, 31 Oct 2003 13:10:32 +0000 (+0000) Subject: merge from gcc X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=e7e6980b7e31bda032711c6a9ff5286b82bc72c3;p=binutils-gdb.git merge from gcc --- diff --git a/libiberty/ChangeLog b/libiberty/ChangeLog index 34f421e1949..c9b048eacfa 100644 --- a/libiberty/ChangeLog +++ b/libiberty/ChangeLog @@ -1,3 +1,7 @@ +2003-10-31 Andreas Jaeger + + * floatformat.c (floatformat_always_valid): Add unused attribute. + 2003-10-30 Josef Zlomek * hashtab.c (htab_find_slot_with_hash): Decrease n_deleted diff --git a/libiberty/floatformat.c b/libiberty/floatformat.c index 3589caad2d8..daac6616639 100644 --- a/libiberty/floatformat.c +++ b/libiberty/floatformat.c @@ -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; }