Commit 30ce7372 authored by Dominik Charousset's avatar Dominik Charousset

Silence unused parameter warning

parent a6e8b581
...@@ -363,7 +363,7 @@ public: ...@@ -363,7 +363,7 @@ public:
expect_clause(expect_clause&& other) = default; expect_clause(expect_clause&& other) = default;
void eval(const char* type_str, const char* fields_str) { void eval(const char*, const char* fields_str) {
using namespace caf; using namespace caf;
test::logger::instance().verbose() test::logger::instance().verbose()
<< term::yellow << " -> " << term::reset << term::yellow << " -> " << term::reset
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment