mirror of
https://github.com/curl/curl.git
synced 2026-08-07 16:13:01 +03:00
parent
793157c51b
commit
acca40c9b5
7 changed files with 63 additions and 28 deletions
|
|
@ -459,7 +459,7 @@ struct Curl_multi *curl_multi_init(void)
|
|||
CURL_DNS_HASH_SIZE);
|
||||
}
|
||||
|
||||
#ifdef DEBUGBUILD
|
||||
#if defined(DEBUGBUILD) && !defined(CURL_DISABLE_VERBOSE_STRINGS)
|
||||
static void multi_warn_debug(struct Curl_multi *multi, struct Curl_easy *data)
|
||||
{
|
||||
if(!multi->warned) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue