mirror of
https://github.com/curl/curl.git
synced 2026-04-14 22:41:40 +03:00
tests: constify command-line arguments
For libtests, tunits, units. Also: - lib3033: tidy up headers. - lib/netrc: constify an arg in `Curl_parsenetrc()`. Closes #18076
This commit is contained in:
parent
3407bee8c8
commit
cd586149d5
292 changed files with 347 additions and 346 deletions
|
|
@ -2028,7 +2028,7 @@ err:
|
|||
return 1;
|
||||
}
|
||||
|
||||
static CURLcode test_lib1560(char *URL)
|
||||
static CURLcode test_lib1560(const char *URL)
|
||||
{
|
||||
bool has_utf8 = !!getenv("CURL_TEST_HAVE_CODESET_UTF8");
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue