summaryrefslogtreecommitdiff
path: root/gcc/unwind-dw2-fde.h
diff options
context:
space:
mode:
authorAndreas Jaeger <aj@suse.de>2002-12-30 19:22:36 +0100
committerAndreas Jaeger <aj@gcc.gnu.org>2002-12-30 19:22:36 +0100
commit47ab0cbb901b0a77f9c8bc237f1e42bbdc241dea (patch)
treeb9890556d88b42960428a24ef0412359882bfff5 /gcc/unwind-dw2-fde.h
parentc73aecdfc05847ecdea447746bb5204348924e07 (diff)
downloadgcc-47ab0cbb901b0a77f9c8bc237f1e42bbdc241dea.tar.gz
* unwind-dw2-fde.h (last_fde): Add unused attribute for obj.
From-SVN: r60640
Diffstat (limited to 'gcc/unwind-dw2-fde.h')
-rw-r--r--gcc/unwind-dw2-fde.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/unwind-dw2-fde.h b/gcc/unwind-dw2-fde.h
index b7d96cfe992..58e44145318 100644
--- a/gcc/unwind-dw2-fde.h
+++ b/gcc/unwind-dw2-fde.h
@@ -166,7 +166,7 @@ next_fde (fde *f)
extern fde * _Unwind_Find_FDE (void *, struct dwarf_eh_bases *);
static inline int
-last_fde (struct object *obj, fde *f)
+last_fde (struct object *obj ATTRIBUTE_UNUSED, fde *f)
{
#ifdef DWARF2_OBJECT_END_PTR_EXTENSION
return (char *)f == obj->fde_end || f->length == 0;