From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 6922 invoked by alias); 20 Dec 2011 19:28:18 -0000 Received: (qmail 6912 invoked by uid 22791); 20 Dec 2011 19:28:18 -0000 X-SWARE-Spam-Status: No, hits=-2.7 required=5.0 tests=AWL,BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,FREEMAIL_FROM X-Spam-Check-By: sourceware.org Received: from mail-iy0-f169.google.com (HELO mail-iy0-f169.google.com) (209.85.210.169) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Tue, 20 Dec 2011 19:28:03 +0000 Received: by iacb35 with SMTP id b35so10496819iac.0 for ; Tue, 20 Dec 2011 11:28:02 -0800 (PST) MIME-Version: 1.0 Received: by 10.42.164.71 with SMTP id f7mr3044912icy.49.1324409282671; Tue, 20 Dec 2011 11:28:02 -0800 (PST) Received: by 10.50.10.129 with HTTP; Tue, 20 Dec 2011 11:28:02 -0800 (PST) In-Reply-To: References: <1322492788-29388-1-git-send-email-andrew.smirnov@gmail.com> Date: Tue, 20 Dec 2011 19:31:00 -0000 Message-ID: Subject: Re: [PATCH 022/238] [misc.] bcache.c: -Wshadow fix. From: Andrey Smirnov To: Tom Tromey Cc: gdb-patches@sourceware.org Content-Type: text/plain; charset=ISO-8859-1 X-IsSubscribed: yes 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 X-SW-Source: 2011-12/txt/msg00695.txt.bz2 > Tom> For the record, I am approving the ones I think are useful. > Tom> I still think that the best course is to use -Wshadow in conjunction > Tom> with a newer GCC; and to implement configury to check for this GCC > Tom> feature. > > Andrey> I washed my hands of the issue, so I won't be sending patches > Andrey> implementing said configury or any code to that effect anytime soon, but > Andrey> I think that statement for the record will probably get lost among all > Andrey> the messages on -Wshadow topic, and you're going to have to repeat > Andrey> yourself once the issue is brought up again in the future :) > > Ok, I see. > Does that mean you are abandoning the whole series? No, not at all, just the arguing on whether -Wshadow should be enabled by default or not part. Andrey Smirnov