* unwind.h (_Unwind_GetTextRelBase): Mark parameter as unused.
authorAndreas Schwab <schwab@suse.de>
Thu, 23 Jan 2003 17:22:53 +0000 (17:22 +0000)
committerAndreas Schwab <schwab@gcc.gnu.org>
Thu, 23 Jan 2003 17:22:53 +0000 (17:22 +0000)
From-SVN: r61659

gcc/ChangeLog
gcc/unwind.h

index ad581ec9906a2b9f8554b2711bb0fcd1b0056e86..abec0a14f32c4cb3b064fba6af32c811e7c0055b 100644 (file)
@@ -1,3 +1,7 @@
+2003-01-23  Andreas Schwab  <schwab@suse.de>
+
+       * unwind.h (_Unwind_GetTextRelBase): Mark parameter as unused.
+
 2003-01-23  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
 
        * fixinc/Makefile.in (FL_LIST): Revert last change.
index 218181c218cd6e4e3a534d215bcf116b3db0d591..e4b1e10865d45f18e15bc51156f0116c4d118c4b 100644 (file)
@@ -1,5 +1,5 @@
 /* Exception handling and frame unwind runtime interface routines.
-   Copyright (C) 2001 Free Software Foundation, Inc.
+   Copyright (C) 2001, 2003 Free Software Foundation, Inc.
 
    This file is part of GCC.
 
@@ -182,7 +182,7 @@ _Unwind_GetDataRelBase (struct _Unwind_Context *_C)
 }
 
 static inline _Unwind_Ptr
-_Unwind_GetTextRelBase (struct _Unwind_Context *_C)
+_Unwind_GetTextRelBase (struct _Unwind_Context *_C __attribute__ ((__unused__)))
 {
   abort ();
   return 0;