aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorRichard Henderson <rth@redhat.com>2003-09-10 22:55:16 -0700
committerRichard Henderson <rth@gcc.gnu.org>2003-09-10 22:55:16 -0700
commit08deda2f650c73f77e777a02355958b00d9e5364 (patch)
tree803dbbc738a435d5484dff588f27440fd24ed833 /gcc
parent5af1c8062da22a7d8c225e3a2fafb98a5b7cce7b (diff)
downloadgcc-08deda2f650c73f77e777a02355958b00d9e5364.zip
gcc-08deda2f650c73f77e777a02355958b00d9e5364.tar.gz
gcc-08deda2f650c73f77e777a02355958b00d9e5364.tar.bz2
* decl2.c (cxx_callgraph_analyze_expr): Mark argument unused.
From-SVN: r71296
Diffstat (limited to 'gcc')
-rw-r--r--gcc/cp/ChangeLog4
-rw-r--r--gcc/cp/decl2.c2
2 files changed, 5 insertions, 1 deletions
diff --git a/gcc/cp/ChangeLog b/gcc/cp/ChangeLog
index 55a1914..4d53eb7 100644
--- a/gcc/cp/ChangeLog
+++ b/gcc/cp/ChangeLog
@@ -1,3 +1,7 @@
+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>
* decl2.c (var_finalized_p): New.
diff --git a/gcc/cp/decl2.c b/gcc/cp/decl2.c
index ac428bb..7c3620d7 100644
--- a/gcc/cp/decl2.c
+++ b/gcc/cp/decl2.c
@@ -2571,7 +2571,7 @@ generate_ctor_and_dtor_functions_for_priority (splay_tree_node n, void * data)
Here we must deal with member pointers. */
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 t = *tp;