OSDN Git Service

* unwind-dw2-fde.h (last_fde): Add unused attribute for obj.
authoraj <aj@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 30 Dec 2002 18:22:36 +0000 (18:22 +0000)
committeraj <aj@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 30 Dec 2002 18:22:36 +0000 (18:22 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@60640 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/ChangeLog
gcc/unwind-dw2-fde.h

index 5549bc1..49e6151 100644 (file)
@@ -1,3 +1,7 @@
+2002-12-30  Andreas Jaeger  <aj@suse.de>
+
+       * unwind-dw2-fde.h (last_fde): Add unused attribute for obj.
+
 2002-12-30  Kazu Hirata  <kazu@cs.umass.edu>
 
        * config/h8300/h8300.md (*addsi3_lshiftrt_16_zexthi): New.
index b7d96cf..58e4414 100644 (file)
@@ -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;