From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 99526 invoked by alias); 24 Nov 2016 02:48:40 -0000 Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org Received: (qmail 99381 invoked by uid 89); 24 Nov 2016 02:48:28 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.1 required=5.0 tests=AWL,BAYES_00,SPF_HELO_PASS,SPF_SOFTFAIL autolearn=no version=3.3.2 spammy=Baldwin, baldwin, Administrator, HX-Greylist:EST X-HELO: mail.baldwin.cx Received: from bigwig.baldwin.cx (HELO mail.baldwin.cx) (96.47.65.170) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Thu, 24 Nov 2016 02:48:26 +0000 Received: from ralph.baldwin.cx (c-73-231-226-104.hsd1.ca.comcast.net [73.231.226.104]) by mail.baldwin.cx (Postfix) with ESMTPSA id EA57710A9D7; Wed, 23 Nov 2016 21:48:23 -0500 (EST) From: John Baldwin To: gdb-patches@sourceware.org Cc: GDB Administrator Subject: Re: New ARI warning Thu Nov 24 01:57:17 UTC 2016 Date: Thu, 24 Nov 2016 02:48:00 -0000 Message-ID: <2343714.57bNQKpj40@ralph.baldwin.cx> User-Agent: KMail/4.14.10 (FreeBSD/11.0-PRERELEASE; KDE/4.14.10; amd64; ; ) In-Reply-To: <20161124015717.GA16844@sourceware.org> References: <20161124015717.GA16844@sourceware.org> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" X-IsSubscribed: yes X-SW-Source: 2016-11/txt/msg00740.txt.bz2 On Thursday, November 24, 2016 01:57:18 AM GDB Administrator wrote: > 679a679 > > gdb/utils.c:1878: code: no parameter function: Function having no parameter should be declared with funcname (void). > gdb/utils.c:1878:get_prompt_for_continue_wait_time () Should this ARI check be dropped since this is normal C++? -- John Baldwin