diff options
Diffstat (limited to 'gcc/cppinit.c')
-rw-r--r-- | gcc/cppinit.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/cppinit.c b/gcc/cppinit.c index e6ae245..2b2e199 100644 --- a/gcc/cppinit.c +++ b/gcc/cppinit.c @@ -1191,7 +1191,7 @@ parse_option (input) Otherwise, return the longest option-accepting match. This loops no more than twice with current options. */ mx = md; - for (; mn < N_OPTS; mn++) + for (; mn < (unsigned int) N_OPTS; mn++) { opt_len = cl_options[mn].opt_len; if (memcmp (input, cl_options[mn].opt_text, opt_len)) |