mirror of
https://github.com/curl/curl.git
synced 2026-08-26 22:44:44 +03:00
parent
6b6ba1dc29
commit
ad547fcf7b
6 changed files with 45 additions and 13 deletions
|
|
@ -36,7 +36,7 @@ void Curl_failf(struct Curl_easy *, const char *fmt, ...);
|
|||
#elif defined(HAVE_VARIADIC_MACROS_GCC)
|
||||
#define infof(x...) Curl_nop_stmt
|
||||
#else
|
||||
#define infof (void)
|
||||
#error "missing VARIADIC macro define, fix and rebuild!"
|
||||
#endif
|
||||
|
||||
#else /* CURL_DISABLE_VERBOSE_STRINGS */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue