From: Matthias Klose Date: Sun, 7 Oct 2012 11:46:06 +0000 (+0000) Subject: Fix typo in previous commit: X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=7c9bc8758e499a50cc323f88a062367d769251ef;p=gcc.git Fix typo in previous commit: 2012-10-07 Matthias Klose * config/arm/unwind-arm.h (__gnu_unwind_24bit): Mark parameters as unused. (_Unwind_decode_typeinfo_ptr): Mark base as unused. From-SVN: r192182 --- diff --git a/libgcc/config/arm/unwind-arm.h b/libgcc/config/arm/unwind-arm.h index 0ccdb3d4c91..74f72b0fdde 100644 --- a/libgcc/config/arm/unwind-arm.h +++ b/libgcc/config/arm/unwind-arm.h @@ -67,7 +67,7 @@ extern "C" { static inline _Unwind_Reason_Code __gnu_unwind_24bit (_Unwind_Context * context __attribute__ ((unused)), - _Unwind_Context *_uw data __attribute__ ((unused)), + _uw data __attribute__ ((unused)), int compact __attribute__ ((unused))) { return _URC_FAILURE;