diff --git a/backtrace_null.cpp b/backtrace_null.cpp index 5d767092..f82ec4c0 100644 --- a/backtrace_null.cpp +++ b/backtrace_null.cpp @@ -11,7 +11,7 @@ debug::backtrace::backtrace (void): ostream& -debug::operator <<(ostream &os, const debug::backtrace &rhs) { +debug::operator <<(ostream &os, const debug::backtrace&) { os << "null backtrace"; return os; }