X-Git-Url: https://git.saurik.com/bison.git/blobdiff_plain/b5480d74b8162a2827c357b62dfacfedf1b93a96..e0e5bf84b0e5494553cc1c1c6db599c4033df4df:/src/conflicts.c diff --git a/src/conflicts.c b/src/conflicts.c index 4b576894..f9bb23a0 100644 --- a/src/conflicts.c +++ b/src/conflicts.c @@ -432,7 +432,7 @@ conflicts_output (FILE *out) int conflicts_total_count (void) { - int i; + unsigned i; int count; /* Conflicts by state. */ @@ -445,7 +445,7 @@ conflicts_total_count (void) } return count; } - + /*------------------------------------------. | Reporting the total number of conflicts. |