mirror of git://gcc.gnu.org/git/gcc.git
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.
From-SVN: r192182
This commit is contained in:
parent
acb72498a7
commit
7c9bc8758e
|
|
@ -67,7 +67,7 @@ extern "C" {
|
||||||
|
|
||||||
static inline _Unwind_Reason_Code
|
static inline _Unwind_Reason_Code
|
||||||
__gnu_unwind_24bit (_Unwind_Context * context __attribute__ ((unused)),
|
__gnu_unwind_24bit (_Unwind_Context * context __attribute__ ((unused)),
|
||||||
_Unwind_Context *_uw data __attribute__ ((unused)),
|
_uw data __attribute__ ((unused)),
|
||||||
int compact __attribute__ ((unused)))
|
int compact __attribute__ ((unused)))
|
||||||
{
|
{
|
||||||
return _URC_FAILURE;
|
return _URC_FAILURE;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue