Commit 08deda2f by Richard Henderson Committed by Richard Henderson

* decl2.c (cxx_callgraph_analyze_expr): Mark argument unused.

From-SVN: r71296
parent 5af1c806
2003-09-10 Richard Henderson <rth@redhat.com>
* decl2.c (cxx_callgraph_analyze_expr): Mark argument unused.
2003-09-10 Jan Hubicka <jh@suse.cz> 2003-09-10 Jan Hubicka <jh@suse.cz>
* decl2.c (var_finalized_p): New. * decl2.c (var_finalized_p): New.
......
...@@ -2571,7 +2571,7 @@ generate_ctor_and_dtor_functions_for_priority (splay_tree_node n, void * data) ...@@ -2571,7 +2571,7 @@ generate_ctor_and_dtor_functions_for_priority (splay_tree_node n, void * data)
Here we must deal with member pointers. */ Here we must deal with member pointers. */
tree tree
cxx_callgraph_analyze_expr (tree *tp, int *walk_subtrees, cxx_callgraph_analyze_expr (tree *tp, int *walk_subtrees ATTRIBUTE_UNUSED,
tree from ATTRIBUTE_UNUSED) tree from ATTRIBUTE_UNUSED)
{ {
tree t = *tp; tree t = *tp;
......
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