From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [216.205.24.124]) by sourceware.org (Postfix) with ESMTP id 3344539AF4C4 for ; Thu, 29 Jul 2021 09:24:12 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 3344539AF4C4 Authentication-Results: sourceware.org; dmarc=pass (p=none dis=none) header.from=redhat.com Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=redhat.com DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1627550651; h=from:from:reply-to:reply-to:subject:subject:date:date: message-id:message-id:to:to:cc:cc:mime-version:mime-version: content-type:content-type:in-reply-to:in-reply-to: references:references; bh=dWMp8i6Iku3haUHRKWJWjB/EkmsFv8itRQzpbb4SClA=; b=NuaCxIqk93ILtDujU2eR2DygjsiG3WY2ou1SB86dB3bLpc/juDj148o5s1RfttjucFemM5 BpKm9+N41ITTcxukH6DeskZ9M0KRXsE9fjb+GkHXFsSn7fAfIjXWHw+9t+mv5xVaTEyip3 dWr3qDpFhCM03hXgUV6P0Z/s/p5gtvI= Received: from mimecast-mx01.redhat.com (mimecast-mx01.redhat.com [209.132.183.4]) (Using TLS) by relay.mimecast.com with ESMTP id us-mta-559-nXmStTfGOJW3HAk2xdA33A-1; Thu, 29 Jul 2021 05:24:08 -0400 X-MC-Unique: nXmStTfGOJW3HAk2xdA33A-1 Received: from smtp.corp.redhat.com (int-mx06.intmail.prod.int.phx2.redhat.com [10.5.11.16]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx01.redhat.com (Postfix) with ESMTPS id ECB8F640A0; Thu, 29 Jul 2021 09:24:06 +0000 (UTC) Received: from calimero.vinschen.de (ovpn-112-26.ams2.redhat.com [10.36.112.26]) by smtp.corp.redhat.com (Postfix) with ESMTPS id BCBC65C1BB; Thu, 29 Jul 2021 09:24:06 +0000 (UTC) Received: by calimero.vinschen.de (Postfix, from userid 500) id 64BC3A80859; Thu, 29 Jul 2021 11:24:05 +0200 (CEST) Date: Thu, 29 Jul 2021 11:24:05 +0200 From: Corinna Vinschen To: "R. Diez" Cc: newlib@sourceware.org Subject: Re: [PATCH] Remove unneccesary parenthesis around declarator Message-ID: Reply-To: newlib@sourceware.org Mail-Followup-To: "R. Diez" , newlib@sourceware.org References: <20210722214142.4008-1-maxim.blinov@embecosm.com> <0e90949e-3a1a-db34-7486-6288a1ec4ea7@yahoo.de> MIME-Version: 1.0 In-Reply-To: <0e90949e-3a1a-db34-7486-6288a1ec4ea7@yahoo.de> X-Scanned-By: MIMEDefang 2.79 on 10.5.11.16 Authentication-Results: relay.mimecast.com; auth=pass smtp.auth=CUSA124A263 smtp.mailfrom=vinschen@redhat.com X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com Content-Type: text/plain; charset=utf-8 Content-Disposition: inline X-Spam-Status: No, score=-7.3 required=5.0 tests=BAYES_00, DKIMWL_WL_HIGH, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, RCVD_IN_DNSWL_LOW, RCVD_IN_MSPIKE_H3, RCVD_IN_MSPIKE_WL, SPF_HELO_NONE, SPF_NONE, TXREP autolearn=ham autolearn_force=no version=3.4.4 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on server2.sourceware.org X-BeenThere: newlib@sourceware.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Newlib mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 29 Jul 2021 09:24:13 -0000 On Jul 28 20:48, R. Diez via Newlib wrote: > > On Jul 22 22:41, Maxim Blinov wrote: > > > riscv64-unknown-elf-g++-11.1.0 regression suite reports the following > > > failures for > > > > > > /home/maxim/prj/riscv-upstream/install/riscv64-unknown-elf/include/sys/reent.h:685:11: > > > warning: unnecessary parentheses in declaration of '_sig_func' [-Wparentheses] > > > Pushed. > > That is one type of warning that I was trying to fix with this patch: > > [PATCH 0/1] Fix some warnings in the public headers > > https://sourceware.org/pipermail/newlib/2021/018316.html > > Maybe you'd like to take a look now. I bet some of the warning fixes still apply. Could you just send a new patchset, please? Thanks, Corinna