summaryrefslogtreecommitdiffstats
path: root/libdw/c++/dwarf_tracker
diff options
context:
space:
mode:
Diffstat (limited to 'libdw/c++/dwarf_tracker')
-rw-r--r--libdw/c++/dwarf_tracker6
1 files changed, 3 insertions, 3 deletions
diff --git a/libdw/c++/dwarf_tracker b/libdw/c++/dwarf_tracker
index cb147118..c75ccda2 100644
--- a/libdw/c++/dwarf_tracker
+++ b/libdw/c++/dwarf_tracker
@@ -706,15 +706,15 @@ namespace elfutils
return matched._m_lhs == NULL && matched._m_rhs == NULL;
}
- inline bool notice_match (reference_match &matched,
- const die1 &, const die2 &b, bool matches)
+ inline bool notice_match (reference_match &/*matched*/,
+ const die1 &, const die2 &/*b*/, bool matches)
{
/* XXX not reliable!
This match could be predicated on a tentative match of a
circular ref inside. We can't cache that!
- */
if (matches && matched._m_lhs != NULL)
matched._m_lhs->second.insert (b);
+ */
return matches;
}