Commit 990290e8 by Kaveh R. Ghazi Committed by Kaveh Ghazi

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

From-SVN: r47727
parent 7227d624
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;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment