mirror of
https://github.com/yhirose/cpp-httplib.git
synced 2025-05-15 01:08:27 +00:00
* Fixed a warning * No longer support VS 2013 and older (Fix #1325)
This commit is contained in:
parent
5e6f973b99
commit
37bb3c6a77
2 changed files with 8 additions and 20 deletions
|
@ -4982,7 +4982,7 @@ TEST(MultipartFormDataTest, LargeData) {
|
|||
|
||||
TEST(MultipartFormDataTest, WithPreamble) {
|
||||
Server svr;
|
||||
svr.Post("/post", [&](const Request &req, Response &res) {
|
||||
svr.Post("/post", [&](const Request & /*req*/, Response &res) {
|
||||
res.set_content("ok", "text/plain");
|
||||
});
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue