mirror of
https://github.com/Zygo/bees.git
synced 2025-05-17 21:35:45 +02:00
chatter: make it build with clang
Silence the unused variable warning. The compiler is correct, but we may implement line-level debug at some point in the future, so we want to keep the member and parameters. Signed-off-by: Zygo Blaxell <bees@furryterror.org>
This commit is contained in:
parent
20c9d2ff6a
commit
830df63d4c
@ -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<void*>(this) << " constructed" << endl;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user