From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 10342 invoked by alias); 23 Jan 2014 06:44:59 -0000 Mailing-List: contact gcc-patches-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-patches-owner@gcc.gnu.org Received: (qmail 10331 invoked by uid 89); 23 Jan 2014 06:44:58 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.9 required=5.0 tests=BAYES_00 autolearn=ham version=3.3.2 X-HELO: batou.ecranbleu.org Received: from batou.ecranbleu.org (HELO batou.ecranbleu.org) (88.190.32.89) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Thu, 23 Jan 2014 06:44:56 +0000 Received: by batou.ecranbleu.org (Postfix, from userid 999) id E9EB11229BC; Thu, 23 Jan 2014 07:44:52 +0100 (CET) Received: from [10.0.99.51] (205.158.165.99.ptr.us.xo.net [205.158.165.99]) (Authenticated sender: sylvestredeb@ledru.info) by batou.ecranbleu.org (Postfix) with ESMTPSA id 6ED921222E2 for ; Thu, 23 Jan 2014 07:44:52 +0100 (CET) Message-ID: <52E0BA60.2020903@debian.org> Date: Thu, 23 Jan 2014 06:44:00 -0000 From: Sylvestre Ledru User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20131103 Icedove/17.0.10 MIME-Version: 1.0 To: gcc-patches@gcc.gnu.org Subject: Re: [Patch] PR55189 enable -Wreturn-type by default References: <52B4843D.3040804@debian.org> <52D836A0.60700@redhat.com> In-Reply-To: <52D836A0.60700@redhat.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-IsSubscribed: yes X-SW-Source: 2014-01/txt/msg01468.txt.bz2 On 16/01/2014 11:44, Jason Merrill wrote: > My preference would be to turn -Wreturn-type on by default, but not > create the separate -Wmissing-return flag. As I argued in 2002, there > should only be one flag. I don't have any opinion on the subject. The separate option or not is fine with me. I am just following an advice received :) Sylvestre