* langhooks.c (lhd_staticp): Mark parameter with ATTRIBUTE_UNUSED.
From-SVN: r47727
This commit is contained in:
parent
7227d624a6
commit
990290e85d
@ -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
|
||||
|
@ -81,7 +81,7 @@ lhd_safe_from_p (x, exp)
|
||||
|
||||
int
|
||||
lhd_staticp (exp)
|
||||
tree exp;
|
||||
tree exp ATTRIBUTE_UNUSED;
|
||||
{
|
||||
return 0;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user