Skip to content

Commit 17428a8

Browse files
committed
Fixed warning
1 parent 6e1879d commit 17428a8

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
@@ -3250,7 +3250,7 @@ TEST(SSLClientTest, ServerCertificateVerification4) {
32503250
SSLServer svr(SERVER_CERT2_FILE, SERVER_PRIVATE_KEY_FILE);
32513251
ASSERT_TRUE(svr.is_valid());
32523252

3253-
svr.Get("/test", [&](const Request &req, Response &res) {
3253+
svr.Get("/test", [&](const Request &, Response &res) {
32543254
res.set_content("test", "text/plain");
32553255
svr.stop();
32563256
ASSERT_TRUE(true);

0 commit comments

Comments
 (0)