From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 44384 invoked by alias); 28 Oct 2016 20:38:24 -0000 Mailing-List: contact libc-alpha-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: libc-alpha-owner@sourceware.org Received: (qmail 43745 invoked by uid 89); 28 Oct 2016 20:38:24 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-3.3 required=5.0 tests=BAYES_00,RP_MATCHES_RCVD,SPF_HELO_PASS autolearn=ham version=3.3.2 spammy=gftglinuxvnetibmcom, gftg@linux.vnet.ibm.com, sk:gftgli, sk:gftg@li X-HELO: mx1.redhat.com Subject: Re: [PATCH v2] Fix warning caused by unused-result in bug-atexit3-lib.cc To: "Gabriel F. T. Gomes" References: <46c460c8-f171-2f05-5af5-850782196316@redhat.com> <1477677435-21029-1-git-send-email-gftg@linux.vnet.ibm.com> Cc: libc-alpha@sourceware.org From: Florian Weimer Message-ID: <4e5cba62-cec4-9b20-b472-c9faeec8bbd6@redhat.com> Date: Fri, 28 Oct 2016 20:38:00 -0000 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.4.0 MIME-Version: 1.0 In-Reply-To: <1477677435-21029-1-git-send-email-gftg@linux.vnet.ibm.com> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2016-10/txt/msg00572.txt.bz2 On 10/28/2016 07:57 PM, Gabriel F. T. Gomes wrote: > 2016-10-28 Gabriel F. T. Gomes > > * dlfcn/bug-atexit3-lib.cc (write_message): New function, copied > from test-skeleton.c. > (statclass): Replace calls to write with calls to write_message. Looks good to me. Thanks, Florian