Merge branch 'nd/show-gitcomp-compilation-fix' into maint
Portability fix for a recent update to parse-options API. * nd/show-gitcomp-compilation-fix: parse-options: fix SunCC compiler warning
This commit is contained in:
@ -208,6 +208,7 @@ extern int opterror(const struct option *opt, const char *reason, int flags);
|
||||
/*----- incremental advanced APIs -----*/
|
||||
|
||||
enum {
|
||||
PARSE_OPT_COMPLETE = -2,
|
||||
PARSE_OPT_HELP = -1,
|
||||
PARSE_OPT_DONE,
|
||||
PARSE_OPT_NON_OPTION,
|
||||
|
||||
Reference in New Issue
Block a user