X-Recipient: archive-cygwin@delorie.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:mime-version:references:in-reply-to:from:date
	:message-id:subject:to:content-type:content-transfer-encoding;
	 q=dns; s=default; b=EPcAnlV8W76XUSCTuk55q/cwWdYzbaScCW486GSan91
	9en+jKgLSMJCS2/mP6J7r9n9icnsm4wfJcC9LBHSNbFlqHpxHcoSB9i3wkePahTw
	+kfBk4S5NSVBMGH5MaqhGvndOzOxxgoqRR6eBxHPM+k/ipapRs0wWFYhLNStj75s
	=
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:mime-version:references:in-reply-to:from:date
	:message-id:subject:to:content-type:content-transfer-encoding;
	 s=default; bh=I5zKQ4GznnsY9Qkn6/RzOo3HtWY=; b=d4v6enX7tLS22mAaU
	IW4A/SKHTuCeHw22xb+31O0o//14LV1lcYm+byy0oT5e0StxGYYzKHkMgF/mOzLD
	nn+wYyvrZUQhkkodZsuAtTfpXvyWol8CottYbMSaccD+GZj0VcPoxFrEssax5OMd
	QP5LilKyFQHVrpCc+Vd8wyGb6g=
Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm
List-Id: <cygwin.cygwin.com>
List-Subscribe: <mailto:cygwin-subscribe@cygwin.com>
List-Archive: <http://sourceware.org/ml/cygwin/>
List-Post: <mailto:cygwin@cygwin.com>
List-Help: <mailto:cygwin-help@cygwin.com>, <http://sourceware.org/ml/#faqs>
Sender: cygwin-owner@cygwin.com
Mail-Followup-To: cygwin@cygwin.com
Delivered-To: mailing list cygwin@cygwin.com
Authentication-Results: sourceware.org; auth=none
X-Spam-SWARE-Status: No, score=-1.6 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,KAM_NUMSUBJECT,RCVD_IN_DNSWL_NONE,SPF_PASS autolearn=no version=3.3.1 spammy=
X-HELO: mail-io1-f49.google.com
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;        d=gmail.com; s=20161025;        h=mime-version:references:in-reply-to:from:date:message-id:subject:to         :content-transfer-encoding;        bh=0bVx7jQTk8CuE0vmL0cJ1WGL77RyBb9jmRZi9YMiVFk=;        b=MQIQ4eAnNvcLr5c+FK/C8kCGgrR5LmYXuvCdNfD2ny6iFMnEBeH0QmyJh+89gzbcBO         Sd1BiT/rKWxw4IJxZmXcmoiXbTiQiLvg1j3cdNuyfFZH6H7RkKSeQ6xyNgvS8kaKHN/+         pr4FB7wCa8aXrw3b1l9W2djbEpWSmaDce8/xsstw8lEVvCpQs2gSMv4hd238Y5DAbQOQ         bB22LFbPtLhI63PebBYBCcGk8peFmJRZXPfTmDbSXJuhYUtOnkIdsyC84a69Uf9EFPBT         39bBHAFvqG2eOOOJfjuL7QKlAGFUdQmlA/IyxpRcI3agSSMbjR5IOsSNZjdYhB3cr577         o0+Q==
MIME-Version: 1.0
References: <announce.20190829122237.GZ11632@calimero.vinschen.de> <CALK-3mLPXAcjZdftE_L-YwneyM79GBEt8c1nyVTisjKp0abCUg@mail.gmail.com> <20190830075523.GB27273@calimero.vinschen.de> <20190831032003.d19fb7060c632bb51777c0de@nifty.ne.jp> <CALK-3mKnHy5tGzi4kkf7CZ4m-6x1fGwBsk=bc8Jv1KFoU_reHA@mail.gmail.com> <20190831131814.2f6c9969a4380a457e61d91b@nifty.ne.jp> <CALK-3mK1okwXg2by==QoHMOM-rwQvBHDj1pD9mBNCdSxPmTXHA@mail.gmail.com> <20190902081659.GC4164@calimero.vinschen.de>
In-Reply-To: <20190902081659.GC4164@calimero.vinschen.de>
From: Biswapriyo Nath <nathbappai@gmail.com>
Date: Tue, 3 Sep 2019 14:56:15 +0530
Message-ID: <CALK-3mKN4qgDviuvNE_A1EWSjnL3UZqEfDgvA1Q1LaQ7+++Jmg@mail.gmail.com>
Subject: Re: [ANNOUNCEMENT] TEST: Cygwin 3.1.0-0.3
To: cygwin@cygwin.com
Content-Type: text/plain; charset="UTF-8"
X-IsSubscribed: yes
Content-Transfer-Encoding: 8bit
X-MIME-Autoconverted: from quoted-printable to 8bit by delorie.com id x839Scwm002687

While compiling cygwin with gcc version 7.4.0 (GCC) this error is shown:

Making all in reent
/d/newlib-cygwin/newlib/libc/reent/execr.c: In function ‘_wait_r’:
/d/newlib-cygwin/newlib/libc/reent/execr.c:120:14: warning: implicit
declaration of function ‘_wait’; did you mean ‘wait’?
[-Wimplicit-function-declaration]
   if ((ret = _wait (status)) == -1 && errno != 0)
              ^~~~~
              wait

--
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


