* main.c (switches): [SV 48809] Accept obsolete jobserver flag.

This commit is contained in:
Christoph Schulz 2016-12-18 13:54:35 -05:00 committed by Paul Smith
parent 80861cce43
commit 053d49367c

1
main.c
View file

@ -464,6 +464,7 @@ static const struct command_switch switches[] =
"warn-undefined-variables" },
{ CHAR_MAX+6, strlist, &eval_strings, 1, 0, 0, 0, 0, "eval" },
{ CHAR_MAX+7, string, &sync_mutex, 1, 1, 0, 0, 0, "sync-mutex" },
{ CHAR_MAX+8, string, &jobserver_auth, 1, 0, 0, 0, 0, "jobserver-fds" },
{ 0, 0, 0, 0, 0, 0, 0, 0, 0 }
};