mirror of
https://github.com/curl/curl.git
synced 2026-08-25 17:03:31 +03:00
lib2405.c drop UNCONST no longer necessary
This commit is contained in:
parent
cce889089e
commit
fa3b7e8b90
1 changed files with 1 additions and 2 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue