зеркало из https://github.com/microsoft/git.git
Avoid warning about function without return.
Strangely, this warning only shows up when not compiling with "-O2", which is why I didn't see it originally.
This commit is contained in:
Родитель
deb153a75a
Коммит
3d958064e0
|
@ -149,7 +149,7 @@ static int count_distance(struct commit_list *entry)
|
|||
return nr;
|
||||
}
|
||||
|
||||
static int clear_distance(struct commit_list *list)
|
||||
static void clear_distance(struct commit_list *list)
|
||||
{
|
||||
while (list) {
|
||||
struct commit *commit = list->item;
|
||||
|
|
Загрузка…
Ссылка в новой задаче