Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: Compiler warning after workers/39825
- X-seq: zsh-workers 39865
- From: Sebastian Gniazdowski <psprint@xxxxxxxxxxxx>
- To: zsh-workers@xxxxxxx
- Subject: Re: Compiler warning after workers/39825
- Date: Mon, 07 Nov 2016 23:24:23 -0800
- Dkim-signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d=fastmail.com; h= content-transfer-encoding:content-type:date:from:in-reply-to :message-id:mime-version:references:subject:to:x-me-sender :x-me-sender:x-sasl-enc; s=mesmtp; bh=2PIvwpvEfHPiY8eeMbOsA3scRp A=; b=iQf3kdBfEryJ93U6co+g0U/h567RwjaRuMewstwDyUC/lNnxOb39SghTPX h5c38uj0KUDZOG5qo4LambDBRAq0++LGUsSJ+5emR7DNHDYS3U8lSDxMe1fL6uNA XBMvXpjbxOiCZOoXmeqJIfYcdQmjS3vzQ2T3eL4EEhQ2LXobY=
- Dkim-signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d= messagingengine.com; h=content-transfer-encoding:content-type :date:from:in-reply-to:message-id:mime-version:references :subject:to:x-me-sender:x-me-sender:x-sasl-enc; s=smtpout; bh=2P IvwpvEfHPiY8eeMbOsA3scRpA=; b=pve2EnG+f5quTHgZt4Z4/IwkVecDoeweW0 RRKjmndnQwfJgML9bJNcWmIeg9aCpcdfqJCgmJR1b8GXHhmGuZNSwfLst7KEWPqI TdLpKGhfTusCWF+gczX7tAuovc82dhIB1vxXA1lfDzGBR6ThTccfhXVjFxTVtgdc wiBvB/Q/A=
- In-reply-to: <1478588933.1740734.780806977.709688D0@webmail.messagingengine.com>
- List-help: <mailto:zsh-workers-help@zsh.org>
- List-id: Zsh Workers List <zsh-workers.zsh.org>
- List-post: <mailto:zsh-workers@zsh.org>
- Mailing-list: contact zsh-workers-help@xxxxxxx; run by ezmlm
- References: <161107155001.ZM25685@torch.brasslantern.com> <1478588933.1740734.780806977.709688D0@webmail.messagingengine.com>
On Mon, Nov 7, 2016, at 11:08 PM, Sebastian Gniazdowski wrote:
> On Mon, Nov 7, 2016, at 03:50 PM, Bart Schaefer wrote:
> > ../../zsh-5.0/Src/utils.c: In function `mb_metastrlenend':
> > ../../zsh-5.0/Src/utils.c:5344: warning: comparison is always true due to
> > limited range of data type
> >
> > commit 9c68ef08
>
> Probably an enlightenment is scheduled on this, but first
Ah, the (mild) enlightenment is: char can be signed / unsigned. Wonder
if this can have any actual implications as 7f is AFAIK still in
unsigned range. For sure there are some techniques of solving such
portability problems hm
--
Sebastian Gniazdowski
psprint@xxxxxxxxxxxx
Messages sorted by:
Reverse Date,
Date,
Thread,
Author