Skip to content

Commit 9d32228

Browse files
committed
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
2 parents 7ce32f7 + 4af5174 commit 9d32228

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sequencer.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2375,7 +2375,7 @@ int write_basic_state(struct replay_opts *opts, const char *head_name,
23752375
write_file(rebase_path_quiet(), "\n");
23762376

23772377
if (opts->verbose)
2378-
write_file(rebase_path_verbose(), "");
2378+
write_file(rebase_path_verbose(), "%s", "");
23792379
if (opts->strategy)
23802380
write_file(rebase_path_strategy(), "%s\n", opts->strategy);
23812381
if (opts->xopts_nr > 0)

0 commit comments

Comments
 (0)