]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
mod_curltest: silence unused argument compiler warning
authorViktor Szakats <commit@vsz.me>
Tue, 13 Jan 2026 15:10:22 +0000 (16:10 +0100)
committerViktor Szakats <commit@vsz.me>
Tue, 13 Jan 2026 16:43:35 +0000 (17:43 +0100)
Closes #20292

tests/http/testenv/mod_curltest/mod_curltest.c

index 76ce5f459721d993a6b5d0dbec7fe55ddb76390d..28fa5ff57d2786b2b0c3b9a6cdaa27944dc086cc 100644 (file)
@@ -62,6 +62,7 @@ static int curltest_post_config(apr_pool_t *p, apr_pool_t *plog,
   void *data = NULL;
   const char *key = "mod_curltest_init_counter";
 
+  (void)p;
   (void)plog;
   (void)ptemp;