]> gcc.gnu.org Git - gcc.git/commitdiff
* unwind-dw2-fde.h (last_fde): Add unused attribute for obj.
authorAndreas Jaeger <aj@suse.de>
Mon, 30 Dec 2002 18:22:36 +0000 (19:22 +0100)
committerAndreas Jaeger <aj@gcc.gnu.org>
Mon, 30 Dec 2002 18:22:36 +0000 (19:22 +0100)
From-SVN: r60640

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

index 5549bc1124a8a33e1eeaa42cfe3f4b27f6d4d82f..49e615102a02a837375e1e645f936079c8b088a9 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 b7d96cfe992469d6d439e9f3db35d1cbb3763fa8..58e4414531883c8a34f102442487c60682a5506b 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;
This page took 0.08076 seconds and 5 git commands to generate.