зеркало из https://github.com/microsoft/git.git
git-clone-pack: fix sparse warning
Local function that wasn't marked static
This commit is contained in:
Родитель
84b18a8e63
Коммит
dd7ba8b494
|
@ -12,7 +12,7 @@ struct ref {
|
||||||
char name[0];
|
char name[0];
|
||||||
};
|
};
|
||||||
|
|
||||||
struct ref *get_remote_refs(int fd, int nr_match, char **match)
|
static struct ref *get_remote_refs(int fd, int nr_match, char **match)
|
||||||
{
|
{
|
||||||
struct ref *ref_list = NULL, **next_ref = &ref_list;
|
struct ref *ref_list = NULL, **next_ref = &ref_list;
|
||||||
|
|
||||||
|
|
Загрузка…
Ссылка в новой задаче