Merge branch 'fc/status-printf-squelch-format-zero-length-warnings'
* fc/status-printf-squelch-format-zero-length-warnings: silence a bunch of format-zero-length warnings
This commit is contained in:
@ -848,7 +848,7 @@ static int prepare_to_commit(const char *index_file, const char *prefix,
|
||||
(int)(ci.mail_end - ci.mail_begin), ci.mail_begin);
|
||||
|
||||
if (ident_shown)
|
||||
status_printf_ln(s, GIT_COLOR_NORMAL, "");
|
||||
status_printf_ln(s, GIT_COLOR_NORMAL, "%s", "");
|
||||
|
||||
saved_color_setting = s->use_color;
|
||||
s->use_color = 0;
|
||||
|
||||
Reference in New Issue
Block a user