From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 21810 invoked by alias); 29 Mar 2012 22:35:35 -0000 Received: (qmail 21651 invoked by uid 22791); 29 Mar 2012 22:35:34 -0000 X-SWARE-Spam-Status: No, hits=-2.0 required=5.0 tests=AWL,BAYES_00 X-Spam-Check-By: sourceware.org Received: from rock.gnat.com (HELO rock.gnat.com) (205.232.38.15) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Thu, 29 Mar 2012 22:35:16 +0000 Received: from localhost (localhost.localdomain [127.0.0.1]) by filtered-rock.gnat.com (Postfix) with ESMTP id C797A1C6BC7; Thu, 29 Mar 2012 18:35:15 -0400 (EDT) Received: from rock.gnat.com ([127.0.0.1]) by localhost (rock.gnat.com [127.0.0.1]) (amavisd-new, port 10024) with LMTP id VRExfcFC0c5I; Thu, 29 Mar 2012 18:35:15 -0400 (EDT) Received: from joel.gnat.com (localhost.localdomain [127.0.0.1]) by rock.gnat.com (Postfix) with ESMTP id 8F8431C699A; Thu, 29 Mar 2012 18:35:15 -0400 (EDT) Received: by joel.gnat.com (Postfix, from userid 1000) id 34A51145616; Thu, 29 Mar 2012 15:35:12 -0700 (PDT) Date: Thu, 29 Mar 2012 22:35:00 -0000 From: Joel Brobecker To: Andrey Smirnov Cc: gdb-patches@sourceware.org Subject: Re: [PATCH 008/238] Fix Wshadow Message-ID: <20120329223512.GR2701@adacore.com> References: <1322398359-1364-1-git-send-email-andrew.smirnov@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1322398359-1364-1-git-send-email-andrew.smirnov@gmail.com> User-Agent: Mutt/1.5.20 (2009-06-14) 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: 2012-03/txt/msg01021.txt.bz2 > 2011-11-19 Andrey Smirnov > > + * ada-lang.c (ada_make_symbol_completion_list): Rename > + `wild_match' to `wild_match_p'(-Wshadow). > + > +2011-11-19 Andrey Smirnov [...] > - int wild_match; > + int wild_match_p; The code has changed since you submitted this patch. I am going to work on a new set of patches that fix this particular type of warnings... Forgive me if I do not respond to each of the patches that fix this problem. -- Joel