http: return curl's AUTHAVAIL via slot_results
[gitweb.git] / parse-options.h
index 854181113731070fee38c86c95b42822d03e1e26..9b94596e4aa113518d502502a0ca1bf804a60cbc 100644 (file)
@@ -180,6 +180,10 @@ extern NORETURN void usage_msg_opt(const char *msg,
 
 extern int optbug(const struct option *opt, const char *reason);
 extern int opterror(const struct option *opt, const char *reason, int flags);
+#if defined(__GNUC__) && ! defined(__clang__)
+#define opterror(o,r,f) (opterror((o),(r),(f)), -1)
+#endif
+
 /*----- incremental advanced APIs -----*/
 
 enum {