__attribute__: mark some functions with LAST_ARG_MUST_BE_NULL
Some varargs functions that use NULL-terminated parameter list were missing __attributes__ ((sentinel)) aka LAST_ARG_MUST_BE_NULL. Add them. Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:
@ -300,6 +300,7 @@ static void err(struct add_p_state *s, const char *fmt, ...)
|
||||
va_end(args);
|
||||
}
|
||||
|
||||
LAST_ARG_MUST_BE_NULL
|
||||
static void setup_child_process(struct add_p_state *s,
|
||||
struct child_process *cp, ...)
|
||||
{
|
||||
|
Reference in New Issue
Block a user