OSDN Git Service

* config/rs6000/linux-unwind.h (frob_update_context): Mark `fs'
authorbje <bje@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 2 Mar 2006 04:43:44 +0000 (04:43 +0000)
committerbje <bje@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 2 Mar 2006 04:43:44 +0000 (04:43 +0000)
parameter as unused to suppress a build warning.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@111635 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/ChangeLog
gcc/config/rs6000/linux-unwind.h

index 4dc6892..d45c3a3 100644 (file)
@@ -1,5 +1,10 @@
 2006-03-02  Ben Elliston  <bje@au.ibm.com>
 
+       * config/rs6000/linux-unwind.h (frob_update_context): Mark `fs'
+       parameter as unused to suppress a build warning.
+
+2006-03-02  Ben Elliston  <bje@au.ibm.com>
+
        * mklibgcc.in: Depend on config/dfp-bit.h in rules that compile
        config/dfp-bit.c.
 
index d01e6b1..da3bc8e 100644 (file)
@@ -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;