remove unused parameter warning
This commit is contained in:
parent
af711263ae
commit
49a18bdd14
1 changed files with 1 additions and 1 deletions
|
@ -888,7 +888,7 @@ int main(int argc, char **argv)
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
||||||
svr.Options(R"(/.*)", [&llama](const Request &req, Response &res)
|
svr.Options(R"(/.*)", [&llama](const Request &, Response &res)
|
||||||
{
|
{
|
||||||
return res.set_content("", "application/json");
|
return res.set_content("", "application/json");
|
||||||
});
|
});
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue