travis: add build for "configure --disable-verbose"

Closes #3144
This commit is contained in:
Daniel Stenberg 2018-10-16 23:35:44 +02:00
parent 6b6ba1dc29
commit ad547fcf7b
No known key found for this signature in database
GPG key ID: 5CC908FDB71E12C2
6 changed files with 45 additions and 13 deletions

View file

@ -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 */