Commit 6081184f authored by Dominik Charousset's avatar Dominik Charousset

Silence unused parameter warning

parent be7c4adc
...@@ -36,7 +36,7 @@ public: ...@@ -36,7 +36,7 @@ public:
}); });
} }
void on_consumer_demand(size_t new_demand) override { void on_consumer_demand(size_t) override {
mgr_->continue_reading(); mgr_->continue_reading();
} }
......
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