This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: Remove some warnings
- To: Andreas Jaeger <aj at suse dot de>
- Subject: Re: Remove some warnings
- From: Bernd Schmidt <bernds at redhat dot com>
- Date: Mon, 15 Jan 2001 13:14:28 +0000 (GMT)
- Cc: "Kaveh R. Ghazi" <ghazi at caip dot rutgers dot edu>,<gcc-patches at gcc dot gnu dot org>
On 13 Jan 2001, Andreas Jaeger wrote:
> >>>>> Kaveh R Ghazi writes:
> > If the warning if coming from comparison against a sizeof, (which has
> > a type of size_t) then the loop variable should IMHO be a size_t also.
> > That's the convention I've been following.
>
> Ok, then I'll do it the same way to be consistent.
>
> Is this version ok to commit?
Yes.