lib: fix disabled-verbose-strings + enable-debug build warnings

This commit is contained in:
Daniel Stenberg 2024-09-27 13:19:55 +02:00
parent d78e129d50
commit aca28abac7
No known key found for this signature in database
GPG key ID: 5CC908FDB71E12C2
3 changed files with 5 additions and 11 deletions

View file

@ -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",