From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 25616 invoked by alias); 8 Nov 2016 07:24:26 -0000 Mailing-List: contact zsh-workers-help@zsh.org; run by ezmlm Precedence: bulk X-No-Archive: yes List-Id: Zsh Workers List List-Post: List-Help: X-Seq: 39865 Received: (qmail 2158 invoked from network); 8 Nov 2016 07:24:26 -0000 X-Qmail-Scanner-Diagnostics: from new2-smtp.messagingengine.com by f.primenet.com.au (envelope-from , uid 7791) with qmail-scanner-2.11 (clamdscan: 0.99.2/21882. spamassassin: 3.4.1. Clear:RC:0(66.111.4.224):SA:0(0.0/5.0):. Processed in 0.133203 secs); 08 Nov 2016 07:24:26 -0000 X-Spam-Checker-Version: SpamAssassin 3.4.1 (2015-04-28) on f.primenet.com.au X-Spam-Level: X-Spam-Status: No, score=0.0 required=5.0 tests=FREEMAIL_FROM,SPF_PASS, T_DKIM_INVALID autolearn=unavailable autolearn_force=no version=3.4.1 X-Envelope-From: psprint@fastmail.com X-Qmail-Scanner-Mime-Attachments: | X-Qmail-Scanner-Zip-Files: | Received-SPF: pass (ns1.primenet.com.au: SPF record at spf.messagingengine.com designates 66.111.4.224 as permitted sender) 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= X-ME-Sender: Message-Id: <1478589863.1742905.780812753.58D372CF@webmail.messagingengine.com> From: Sebastian Gniazdowski To: zsh-workers@zsh.org MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Type: text/plain X-Mailer: MessagingEngine.com Webmail Interface - ajax-d68eb56e Date: Mon, 07 Nov 2016 23:24:23 -0800 References: <161107155001.ZM25685@torch.brasslantern.com> <1478588933.1740734.780806977.709688D0@webmail.messagingengine.com> In-Reply-To: <1478588933.1740734.780806977.709688D0@webmail.messagingengine.com> Subject: Re: Compiler warning after workers/39825 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@fastmail.com