diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 697824eed35..abae69b60a9 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +2001-12-06 Kaveh R. Ghazi + + * langhooks.c (lhd_staticp): Mark parameter with + ATTRIBUTE_UNUSED. + 2001-12-06 H.J. Lu * Makefile.in (.po.gmo): Use "-test -d po || mkdir po" to diff --git a/gcc/langhooks.c b/gcc/langhooks.c index e2e72826bb3..4ad9ae3e960 100644 --- a/gcc/langhooks.c +++ b/gcc/langhooks.c @@ -81,7 +81,7 @@ lhd_safe_from_p (x, exp) int lhd_staticp (exp) - tree exp; + tree exp ATTRIBUTE_UNUSED; { return 0; }