diff options
author | doko <doko@138bc75d-0d04-0410-961f-82ee72b054a4> | 2012-10-07 11:46:06 +0000 |
---|---|---|
committer | doko <doko@138bc75d-0d04-0410-961f-82ee72b054a4> | 2012-10-07 11:46:06 +0000 |
commit | 814225d3103c52c69a3e9e6634d86670dc3258e5 (patch) | |
tree | 48e927d29168dfe56a6dde4e7bcc532067f0b61a /libgcc | |
parent | a32dc74a8dff5641c6e3531fd4f766d68d59cd81 (diff) | |
download | gcc-814225d3103c52c69a3e9e6634d86670dc3258e5.tar.gz |
Fix typo in previous commit:
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
Diffstat (limited to 'libgcc')
-rw-r--r-- | libgcc/config/arm/unwind-arm.h | 2 |
1 files changed, 1 insertions, 1 deletions
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; |