* langhooks.c (lhd_staticp): Mark parameter with ATTRIBUTE_UNUSED.
authorghazi <ghazi@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 6 Dec 2001 18:15:46 +0000 (18:15 +0000)
committerghazi <ghazi@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 6 Dec 2001 18:15:46 +0000 (18:15 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@47727 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/ChangeLog
gcc/langhooks.c

index 697824e..abae69b 100644 (file)
@@ -1,3 +1,8 @@
+2001-12-06  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
+
+       * langhooks.c (lhd_staticp): Mark parameter with
+       ATTRIBUTE_UNUSED.
+
 2001-12-06  H.J. Lu <hjl@gnu.org>
 
        * Makefile.in (.po.gmo): Use "-test -d po || mkdir po" to
index e2e7282..4ad9ae3 100644 (file)
@@ -81,7 +81,7 @@ lhd_safe_from_p (x, exp)
 
 int
 lhd_staticp (exp)
-     tree exp;
+     tree exp ATTRIBUTE_UNUSED;
 {
   return 0;
 }