Unverified Commit 16b40d40 authored by Samir Halilčević's avatar Samir Halilčević Committed by GitHub

Add missing [[maybe_unused]]

parent 625adffa
......@@ -61,7 +61,7 @@ public:
return true;
}
void abort(const caf::error& reason) override {
void abort([[maybe_unused]] const caf::error& reason) override {
CAF_LOG_ERROR(reason);
}
......
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