mirror of
https://github.com/git/git.git
synced 2026-01-10 18:20:27 +00:00
Merge branch 'rj/compat-terminal-unused-fix'
Build fix. * rj/compat-terminal-unused-fix: compat/terminal: mark parameter of git_terminal_prompt() UNUSED
This commit is contained in:
@@ -594,7 +594,7 @@ void restore_term(void)
|
||||
{
|
||||
}
|
||||
|
||||
char *git_terminal_prompt(const char *prompt, int echo)
|
||||
char *git_terminal_prompt(const char *prompt, int echo UNUSED)
|
||||
{
|
||||
return getpass(prompt);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user