Fix warning
This commit is contained in:
parent
b1b4bb8850
commit
26208363ee
@ -2126,7 +2126,7 @@ TEST(ExceptionTest, AndErrorHandler) {
|
|||||||
res.status = StatusCode::InternalServerError_500;
|
res.status = StatusCode::InternalServerError_500;
|
||||||
});
|
});
|
||||||
|
|
||||||
svr.Get("/exception", [](const Request & /*req*/, Response &res) {
|
svr.Get("/exception", [](const Request & /*req*/, Response & /*res*/) {
|
||||||
throw std::runtime_error("EXCEPTION");
|
throw std::runtime_error("EXCEPTION");
|
||||||
});
|
});
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user