From e7e6980b7e31bda032711c6a9ff5286b82bc72c3 Mon Sep 17 00:00:00 2001 From: DJ Delorie Date: Fri, 31 Oct 2003 13:10:32 +0000 Subject: merge from gcc --- libiberty/ChangeLog | 4 ++++ libiberty/floatformat.c | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/libiberty/ChangeLog b/libiberty/ChangeLog index 34f421e..c9b048e 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 3589caa..daac661 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; } -- cgit v1.1