lib2405.c drop UNCONST no longer necessary

This commit is contained in:
Viktor Szakats 2025-08-02 11:36:36 +02:00
parent cce889089e
commit fa3b7e8b90
No known key found for this signature in database
GPG key ID: B5ABD165E2AEF201

View file

@ -340,8 +340,7 @@ static CURLcode empty_multi_test(void)
/* calling curl_multi_waitfds() on multi handle with added easy handle. */
easy_init(easy);
if(set_easy((char *)CURL_UNCONST("http://example.com"), easy,
TEST_USE_HTTP1) != CURLE_OK)
if(set_easy("http://example.com", easy, TEST_USE_HTTP1) != CURLE_OK)
goto test_cleanup;
multi_add_handle(multi, easy);