diff options
author | ghazi <ghazi@138bc75d-0d04-0410-961f-82ee72b054a4> | 2003-01-24 01:46:50 +0000 |
---|---|---|
committer | ghazi <ghazi@138bc75d-0d04-0410-961f-82ee72b054a4> | 2003-01-24 01:46:50 +0000 |
commit | 4b0e3ddbeb96565d30bcfe84d8a8d6741cb0c22a (patch) | |
tree | 9e15c70e8b7b61e320adae5771b7d38402e74202 /gcc/unwind-dw2-fde.h | |
parent | 5fc6d49c82e0849683f0a0af3c2dee9c7d1ab449 (diff) | |
download | gcc-4b0e3ddbeb96565d30bcfe84d8a8d6741cb0c22a.tar.gz |
* ChangeLog (configure.in): Don't include ansidecl.h in tconfig.h.
* gcov-io.h (PARAMS, ATTRIBUTE_UNUSED: Define if IN_LIBGCC2.
* unwind-dw2-fde.h (last_fde): Use __attribute__, not
ATTRIBUTE_UNUSED.
* configure: Regenerate.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@61692 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/unwind-dw2-fde.h')
-rw-r--r-- | gcc/unwind-dw2-fde.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/unwind-dw2-fde.h b/gcc/unwind-dw2-fde.h index 58e44145318..76d5cf0c89a 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 ATTRIBUTE_UNUSED, 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; |