From: Ben Elliston Date: Thu, 2 Mar 2006 04:43:44 +0000 (+0000) Subject: linux-unwind.h (frob_update_context): Mark `fs' parameter as unused to suppress a... X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=7533450810c6be6aa4ae7eeec6062b6fb28ab45a;p=gcc.git linux-unwind.h (frob_update_context): Mark `fs' parameter as unused to suppress a build warning. * config/rs6000/linux-unwind.h (frob_update_context): Mark `fs' parameter as unused to suppress a build warning. From-SVN: r111635 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 4dc6892c218..d45c3a33774 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +2006-03-02 Ben Elliston + + * config/rs6000/linux-unwind.h (frob_update_context): Mark `fs' + parameter as unused to suppress a build warning. + 2006-03-02 Ben Elliston * mklibgcc.in: Depend on config/dfp-bit.h in rules that compile diff --git a/gcc/config/rs6000/linux-unwind.h b/gcc/config/rs6000/linux-unwind.h index d01e6b1fb32..da3bc8e95b4 100644 --- a/gcc/config/rs6000/linux-unwind.h +++ b/gcc/config/rs6000/linux-unwind.h @@ -307,7 +307,7 @@ ppc_fallback_frame_state (struct _Unwind_Context *context, #define MD_FROB_UPDATE_CONTEXT frob_update_context static void -frob_update_context (struct _Unwind_Context *context, _Unwind_FrameState *fs) +frob_update_context (struct _Unwind_Context *context, _Unwind_FrameState *fs ATTRIBUTE_UNUSED) { const unsigned int *pc = (const unsigned int *) context->ra;