Commit ee157c75 authored by knowledge4igor's avatar knowledge4igor

Fix warning

parent c284e3d9
......@@ -44,7 +44,7 @@ private:
Routes::Get(router, "/read/function1", Routes::bind(&StatsEndpoint::doAuth, this));
}
void doAuth(const Rest::Request& request, Http::ResponseWriter response) {
void doAuth(const Rest::Request& /*request*/, Http::ResponseWriter response) {
std::thread worker([](Http::ResponseWriter writer) {
writer.send(Http::Code::Ok, "1");
}, std::move(response));
......
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