From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from m0.truegem.net (m0.truegem.net [69.55.228.47]) by sourceware.org (Postfix) with ESMTPS id 874B73847821 for ; Wed, 26 May 2021 22:28:10 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org 874B73847821 Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=maxrnd.com Authentication-Results: sourceware.org; spf=none smtp.mailfrom=mark@maxrnd.com Received: (from daemon@localhost) by m0.truegem.net (8.12.11/8.12.11) id 14QMS9wZ064584 for ; Wed, 26 May 2021 15:28:09 -0700 (PDT) (envelope-from mark@maxrnd.com) Received: from 162-235-43-67.lightspeed.irvnca.sbcglobal.net(162.235.43.67), claiming to be "[192.168.1.100]" via SMTP by m0.truegem.net, id smtpdrBdxP1; Wed May 26 15:28:01 2021 Subject: Re: [PATCH] cygutils/cygdrop: fix return type of usageCore To: Cygwin-Apps References: From: Mark Geisert Message-ID: <24dd01d1-0382-3b02-197e-64440185b59e@maxrnd.com> Date: Wed, 26 May 2021 15:28:01 -0700 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko/20100101 Firefox/52.0 SeaMonkey/2.49.4 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Status: No, score=-3.7 required=5.0 tests=BAYES_00, KAM_DMARC_STATUS, KAM_LAZY_DOMAIN_SECURITY, NICE_REPLY_A, SPF_HELO_NONE, SPF_NONE, TXREP autolearn=no autolearn_force=no version=3.4.2 X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on server2.sourceware.org X-BeenThere: cygwin-apps@cygwin.com X-Mailman-Version: 2.1.29 Precedence: list List-Id: Cygwin package maintainer discussion list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 26 May 2021 22:28:11 -0000 Hi Jeremy, Jeremy Drake via Cygwin-apps wrote: > Fixes a warning "no return statement in function returning non-void", > and solves a crash running --help. > > Hopefully this is the right place for this now, since I am not interesting > in becoming a package maintainer as the list description says ;) Thanks for the report and patch. I can't reproduce the crash but no worries. The patch will be part of the next update to cygutils in a short while. ..mark