mirror of
https://github.com/curl/curl.git
synced 2026-07-30 22:58:03 +03:00
lib: fix disabled-verbose-strings + enable-debug build warnings
This commit is contained in:
parent
d78e129d50
commit
aca28abac7
3 changed files with 5 additions and 11 deletions
|
|
@ -101,7 +101,7 @@ static void multi_xfer_bufs_free(struct Curl_multi *multi);
|
|||
static void Curl_expire_ex(struct Curl_easy *data, const struct curltime *nowp,
|
||||
timediff_t milli, expire_id id);
|
||||
|
||||
#ifdef DEBUGBUILD
|
||||
#if defined( DEBUGBUILD) && !defined(CURL_DISABLE_VERBOSE_STRINGS)
|
||||
static const char * const multi_statename[]={
|
||||
"INIT",
|
||||
"PENDING",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue