Skip to content

Commit e781a0c

Browse files
committed
graph: flag fields should be declared as unsigned
1 parent 482d174 commit e781a0c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/graph.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ static int mark_parents(git_revwalk *walk, git_commit_list_node *one,
5959
/* as long as there are non-STALE commits */
6060
while (interesting(&list, roots)) {
6161
git_commit_list_node *commit = git_pqueue_pop(&list);
62-
int flags;
62+
unsigned int flags;
6363

6464
if (commit == NULL)
6565
break;

0 commit comments

Comments
 (0)