mirror of
https://github.com/yhirose/cpp-httplib.git
synced 2025-05-10 09:43:51 +00:00
Fix test build warning (#1344)
Co-authored-by: ata.yardimci <ata.yardimci@erstream.com>
This commit is contained in:
parent
0b541ffebc
commit
1bd88de2e5
@ -4752,7 +4752,7 @@ TEST(SendAPI, SimpleInterface_Online) {
|
|||||||
|
|
||||||
TEST(ClientImplMethods, GetSocketTest) {
|
TEST(ClientImplMethods, GetSocketTest) {
|
||||||
httplib::Server svr;
|
httplib::Server svr;
|
||||||
svr.Get( "/", [&](const httplib::Request& req, httplib::Response& res) {
|
svr.Get( "/", [&](const httplib::Request& /*req*/, httplib::Response& res) {
|
||||||
res.status = 200;
|
res.status = 200;
|
||||||
});
|
});
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user