From: doko Date: Sun, 7 Oct 2012 11:46:06 +0000 (+0000) Subject: Fix typo in previous commit: X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=814225d3103c52c69a3e9e6634d86670dc3258e5;p=thirdparty%2Fgcc.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. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@192182 138bc75d-0d04-0410-961f-82ee72b054a4 --- diff --git a/libgcc/config/arm/unwind-arm.h b/libgcc/config/arm/unwind-arm.h index 0ccdb3d4c91a..74f72b0fddea 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;