Commit b1bba9c0 by Richard Kenner Committed by Richard Kenner

* c-lang.c (finish_file): Make I unsigned to eliminate warning.

From-SVN: r47006
parent 586dbaaf
Wed Nov 14 06:37:54 2001 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
* c-lang.c (finish_file): Make I unsigned to eliminate warning.
2001-11-13 Jeff Sturm <jsturm@one-point.com>
* doc/install.texi (sparc-*-linux*): Mention requirements for
......
......@@ -265,7 +265,7 @@ defer_fn (fn)
void
finish_file ()
{
int i;
unsigned int i;
for (i = 0; i < VARRAY_ACTIVE_SIZE (deferred_fns); i++)
/* Don't output the same function twice. We may run into such
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment