diff --git a/lib/chatter.cc b/lib/chatter.cc index 9f998e9..bd86da8 100644 --- a/lib/chatter.cc +++ b/lib/chatter.cc @@ -124,6 +124,7 @@ namespace crucible { } else if (!chatter_names->empty()) { cerr << "CRUCIBLE_CHATTER does not list '" << m_file << "' or '" << m_pretty_function << "'" << endl; } + (void)m_line; // not implemented yet // cerr << "ChatterBox " << reinterpret_cast(this) << " constructed" << endl; }