mirror of
https://github.com/git-for-windows/git.git
synced 2026-05-29 22:43:24 -05: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