Skip to content

Commit 1bd88de

Browse files
Rockybillyata.yardimci
and
ata.yardimci
authored
Fix test build warning (#1344)
Co-authored-by: ata.yardimci <[email protected]>
1 parent 0b541ff commit 1bd88de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/test.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4752,7 +4752,7 @@ TEST(SendAPI, SimpleInterface_Online) {
47524752

47534753
TEST(ClientImplMethods, GetSocketTest) {
47544754
httplib::Server svr;
4755-
svr.Get( "/", [&](const httplib::Request& req, httplib::Response& res) {
4755+
svr.Get( "/", [&](const httplib::Request& /*req*/, httplib::Response& res) {
47564756
res.status = 200;
47574757
});
47584758

0 commit comments

Comments
 (0)