Fix typo in previous commit:
authordoko <doko@138bc75d-0d04-0410-961f-82ee72b054a4>
Sun, 7 Oct 2012 11:46:06 +0000 (11:46 +0000)
committerdoko <doko@138bc75d-0d04-0410-961f-82ee72b054a4>
Sun, 7 Oct 2012 11:46:06 +0000 (11:46 +0000)
2012-10-07  Matthias Klose  <doko@ubuntu.com>

        * 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

libgcc/config/arm/unwind-arm.h

index 0ccdb3d..74f72b0 100644 (file)
@@ -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;