* langhooks.c (lhd_staticp): Mark parameter with ATTRIBUTE_UNUSED.

From-SVN: r47727
This commit is contained in:
Kaveh R. Ghazi 2001-12-06 18:15:46 +00:00 committed by Kaveh Ghazi
parent 7227d624a6
commit 990290e85d
2 changed files with 6 additions and 1 deletions

View 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

View File

@ -81,7 +81,7 @@ lhd_safe_from_p (x, exp)
int
lhd_staticp (exp)
tree exp;
tree exp ATTRIBUTE_UNUSED;
{
return 0;
}