Explorar o código

Fix test build warning (#1344)

Co-authored-by: ata.yardimci <ata.yardimci@erstream.com>
Ata Yardımcı %!s(int64=3) %!d(string=hai) anos
pai
achega
1bd88de2e5
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      test/test.cc

+ 1 - 1
test/test.cc

@@ -4752,7 +4752,7 @@ TEST(SendAPI, SimpleInterface_Online) {
 
 TEST(ClientImplMethods, GetSocketTest) {
   httplib::Server svr;
-  svr.Get( "/", [&](const httplib::Request& req, httplib::Response& res) {
+  svr.Get( "/", [&](const httplib::Request& /*req*/, httplib::Response& res) {
     res.status = 200;
   });