diff options
Diffstat (limited to 'tests/libtest/cli_h2_serverpush.c')
-rw-r--r-- | tests/libtest/cli_h2_serverpush.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/libtest/cli_h2_serverpush.c b/tests/libtest/cli_h2_serverpush.c index a58f38dd0..7b465bc61 100644 --- a/tests/libtest/cli_h2_serverpush.c +++ b/tests/libtest/cli_h2_serverpush.c @@ -68,7 +68,7 @@ static int server_push_callback(CURL *parent, static unsigned int count = 0; int rv; - (void)parent; /* we have no use for this */ + (void)parent; curl_msnprintf(filename, sizeof(filename) - 1, "push%u", count++); /* here's a new stream, save it in a new file for each new push */ |