tinycc-devel
[Top][All Lists]
Advanced

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

Re: [Tinycc-devel] tiny bit of lint


From: grischka
Subject: Re: [Tinycc-devel] tiny bit of lint
Date: Tue, 09 May 2017 17:44:28 +0200
User-agent: Thunderbird 2.0.0.23 (Windows/20090812)

Larry Doolittle wrote:
Friends -
On Tue, May 09, 2017 at 11:49:23AM +0200, Christian Jullien wrote:
Arf! You're right.
That why I never fix warning in a code which is not mine.
My fix proposal is definitively better.

Sorry, everyone, testing should have caught my original mistake.

I committed a fix.

The real equivalence is between the original "s" + (i<2)
and &"s"[i<2].

If people are going to use clang more likely, can't you add something
to configure for clang to turn off some silly warnings?

That would be USEFUL, for example ;)

--- gr



reply via email to

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