diff options
author | Daniel Stenberg <daniel@haxx.se> | 2018-10-16 23:35:44 +0200 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2018-10-18 14:51:49 +0200 |
commit | ad547fcf7b3c0191f63396b94c797bfbb4147f62 (patch) | |
tree | 539d2f4855a9f9b9d46d8a43a98450faa16bf8bf /lib/sendf.h | |
parent | 6b6ba1dc29857f5eb4c31fed3d63619fea99d5f4 (diff) | |
download | curl-ad547fcf7b3c0191f63396b94c797bfbb4147f62.tar.gz |
travis: add build for "configure --disable-verbose"
Closes #3144
Diffstat (limited to 'lib/sendf.h')
-rw-r--r-- | lib/sendf.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/sendf.h b/lib/sendf.h index 7627fe6c5..c68b017da 100644 --- a/lib/sendf.h +++ b/lib/sendf.h @@ -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 */ |