зеркало из https://github.com/microsoft/git.git
wt-status.c: mark a private file-scope symbol as static
Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:
Родитель
357e9c69c9
Коммит
1e24845cc2
|
@ -100,8 +100,8 @@ void status_printf(struct wt_status *s, const char *color,
|
|||
va_end(ap);
|
||||
}
|
||||
|
||||
void status_printf_more(struct wt_status *s, const char *color,
|
||||
const char *fmt, ...)
|
||||
static void status_printf_more(struct wt_status *s, const char *color,
|
||||
const char *fmt, ...)
|
||||
{
|
||||
va_list ap;
|
||||
|
||||
|
|
|
@ -92,7 +92,5 @@ void status_printf_ln(struct wt_status *s, const char *color, const char *fmt, .
|
|||
;
|
||||
void status_printf(struct wt_status *s, const char *color, const char *fmt, ...)
|
||||
;
|
||||
void status_printf_more(struct wt_status *s, const char *color, const char *fmt, ...)
|
||||
__attribute__((format(printf, 3, 4)));
|
||||
|
||||
#endif /* STATUS_H */
|
||||
|
|
Загрузка…
Ссылка в новой задаче