Merge branch 'cb/printf-empty-format'
Build fix for a topic in flight. * cb/printf-empty-format: sequencer: cleanup for gcc warning in non developer mode
This commit is contained in:
@ -2375,7 +2375,7 @@ int write_basic_state(struct replay_opts *opts, const char *head_name,
|
|||||||
write_file(rebase_path_quiet(), "\n");
|
write_file(rebase_path_quiet(), "\n");
|
||||||
|
|
||||||
if (opts->verbose)
|
if (opts->verbose)
|
||||||
write_file(rebase_path_verbose(), "");
|
write_file(rebase_path_verbose(), "%s", "");
|
||||||
if (opts->strategy)
|
if (opts->strategy)
|
||||||
write_file(rebase_path_strategy(), "%s\n", opts->strategy);
|
write_file(rebase_path_strategy(), "%s\n", opts->strategy);
|
||||||
if (opts->xopts_nr > 0)
|
if (opts->xopts_nr > 0)
|
||||||
|
Reference in New Issue
Block a user