summaryrefslogtreecommitdiffstats
path: root/Utilities/cmcurl/lib/sendf.h
diff options
context:
space:
mode:
Diffstat (limited to 'Utilities/cmcurl/lib/sendf.h')
-rw-r--r--Utilities/cmcurl/lib/sendf.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Utilities/cmcurl/lib/sendf.h b/Utilities/cmcurl/lib/sendf.h
index 7627fe6..c68b017 100644
--- a/Utilities/cmcurl/lib/sendf.h
+++ b/Utilities/cmcurl/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 */