freetype-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [ft-devel] Re: meddlesome compiler warns against "for( ...; ...;...)


From: Werner LEMBERG
Subject: Re: [ft-devel] Re: meddlesome compiler warns against "for( ...; ...;...) ; "
Date: Fri, 10 Oct 2008 06:56:19 +0200 (CEST)

> I think, your comment proposes to remove the ";" at the end
> of line 910.

Um, yes, but it seems that I'm wrong.

> It looks like very strange. So, I guessed the original intention
> by the author was
> 
>         for ( i = 0;
>               i < num_coords && blend->normalizedcoords[i] == coords[i];
>               ++i ) { }

Yes, probably, which means we've just a formatting `error'.  George?


     Werner




reply via email to

[Prev in Thread] Current Thread [Next in Thread]