mirror of
https://github.com/moparisthebest/curl
synced 2024-10-31 23:55:01 -04:00
fix yet another leftover in previous commit
This commit is contained in:
parent
047cd1a533
commit
0f634a0c89
@ -45,7 +45,7 @@ void Curl_failf(struct SessionHandle *, const char *fmt, ...);
|
|||||||
|
|
||||||
#else
|
#else
|
||||||
|
|
||||||
#if (defined(__STDC__) && defined(__STDC_VERSION__) && (__STDC_VERSION__ >= 199901L)
|
#if defined(__STDC__) && defined(__STDC_VERSION__) && (__STDC_VERSION__ >= 199901L)
|
||||||
#define infof(...) do { } while (0)
|
#define infof(...) do { } while (0)
|
||||||
#elif defined(__GNUC__)
|
#elif defined(__GNUC__)
|
||||||
#define infof(x...) do { } while (0)
|
#define infof(x...) do { } while (0)
|
||||||
|
Loading…
Reference in New Issue
Block a user