Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

rebase-interactive.c: silence format-zero-length warnings #567

Closed
wants to merge 1 commit into from
Closed

rebase-interactive.c: silence format-zero-length warnings #567

wants to merge 1 commit into from

Commits on Feb 27, 2020

  1. rebase-interactive.c: silence format-zero-length warnings

    Fixes the following warnings:
    
    rebase-interactive.c: In function ‘edit_todo_list’:
    rebase-interactive.c:137:38: warning: zero-length gnu_printf format string [-Wformat-zero-length]
        write_file(rebase_path_dropped(), "");
    rebase-interactive.c:144:37: warning: zero-length gnu_printf format string [-Wformat-zero-length]
       write_file(rebase_path_dropped(), "");
    
    Signed-off-by: Ralf Thielow <ralf.thielow@gmail.com>
    ralfth committed Feb 27, 2020
    Configuration menu
    Copy the full SHA
    6478259 View commit details
    Browse the repository at this point in the history