diff options
Diffstat (limited to 'gcc/bitmap.c')
-rw-r--r-- | gcc/bitmap.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/bitmap.c b/gcc/bitmap.c index 57939ff4a33..36acbc4d43f 100644 --- a/gcc/bitmap.c +++ b/gcc/bitmap.c @@ -846,7 +846,7 @@ void bitmap_print (FILE *file, bitmap head, const char *prefix, const char *suffix) { const char *comma = ""; - int i; + unsigned i; bitmap_iterator bi; fputs (prefix, file); |