Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

Re: Next zsh release



On 19 May 2011 17:17, Bart Schaefer <schaefer@xxxxxxxxxxxxxxxx> wrote:
> On Thu, May 19, 2011 at 7:55 AM, Mikael Magnusson <mikachu@xxxxxxxxx> wrote:
>> PATCH: Remove some unused assignments/checks noticed by clang
>
> I'm really leery of this one.  There were at least two cases someone
> spotted where the changes were wrong, weren't there?  Seems like a bad
> thing to gamble on right before a release.

While trying to build statically to double check these changes, I
noticed this happens when building zftp statically:
In file included from zftp.c:54:
zftp.mdh:5:1: warning: "boot_" redefined
In file included from zftp.c:53:
tcp.mdh:5:1: warning: this is the location of the previous definition

and so on for all those functions. It seems to work though, since the
files are included in the correct order.

-- 
Mikael Magnusson



Messages sorted by: Reverse Date, Date, Thread, Author