X-Recipient: archive-cygwin AT delorie DOT com DomainKey-Signature: a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:subject:to:references:from:message-id:date :mime-version:in-reply-to:content-type :content-transfer-encoding; q=dns; s=default; b=CtVYzqFlGX5wcuY0 ZQMM2bFFAD4S6d3uioYVh9vq8UKlUewLH+ccvDwtXbmLvA+BDosBccn2+0wPL45E C6j3LUnSAxPbLVYPHDf1g0vQcrjxLgjv99YvxQ6fPwp062noOt+B92/NHNEv8sfg qlBrquXw4KyzBUAtb4M7MS01CW4= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:subject:to:references:from:message-id:date :mime-version:in-reply-to:content-type :content-transfer-encoding; s=default; bh=4SWk34dHrc1SZNohfVmG6C ffcCo=; b=VlHk0eBSIjesIFIn2U5hrgpMwaPuwUb0GUsLzZ9nVIDU3YRbKg+mm8 SSZJXh/7gf3ofip/r+22U/ZE4cnzDDQYkSaYVyRop64dxyTl8akJd4ryd6UGNWIm /mKMIxaIc9lnKbdpsfrEaQShgw7HB/KdQWxHDn8q2dkUUQKtTaga0= Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.0 required=5.0 tests=AWL,BAYES_20,RP_MATCHES_RCVD,SPF_PASS autolearn=ham version=3.3.2 X-HELO: mail.lysator.liu.se Subject: Re: Updated [test]: coreutils-8.24-2 To: cygwin AT cygwin DOT com References: <001c01d0e04c$d8ebc210$8ac34630$@bonhard.uklinux.net> <000001d0e051$965f38a0$c31da9e0$@bonhard.uklinux.net> <55DE4B8B DOT 6000401 AT redhat DOT com> <55DF6961 DOT 9040804 AT dwalin DOT fsnet DOT co DOT uk> From: Peter Rosin Message-ID: <55DF7265.8050607@lysator.liu.se> Date: Thu, 27 Aug 2015 22:26:13 +0200 User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:38.0) Gecko/20100101 Thunderbird/38.2.0 MIME-Version: 1.0 In-Reply-To: <55DF6961.9040804@dwalin.fsnet.co.uk> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit On 2015-08-27 21:47, Sam Edge wrote: > One might add, "Always, always initialize automatic variables. This > ensures deterministic behaviour. The compiler will optimise out the > redundant ones." Seems like a fast way to not get a compiler warning if you do happen to use a variable that would be used uninitialized if it were not for an ugly pointless initializer. Sorry if I added the wrong number of negations in there, but you get my point anyway, hopefully... Cheers, Peter -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple