From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 10539 invoked by alias); 7 Aug 2009 17:42:13 -0000 Received: (qmail 10518 invoked by uid 22791); 7 Aug 2009 17:42:11 -0000 X-SWARE-Spam-Status: No, hits=-2.3 required=5.0 tests=AWL,BAYES_00,SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: sourceware.org Received: from mx1.redhat.com (HELO mx1.redhat.com) (66.187.233.31) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Fri, 07 Aug 2009 17:42:01 +0000 Received: from int-mx1.corp.redhat.com (int-mx1.corp.redhat.com [172.16.52.254]) by mx1.redhat.com (8.13.8/8.13.8) with ESMTP id n77HfwKP018365 for ; Fri, 7 Aug 2009 13:41:58 -0400 Received: from ns3.rdu.redhat.com (ns3.rdu.redhat.com [10.11.255.199]) by int-mx1.corp.redhat.com (8.13.1/8.13.1) with ESMTP id n77HfwNc003769 for ; Fri, 7 Aug 2009 13:41:58 -0400 Received: from opsy.redhat.com (ovpn01.gateway.prod.ext.phx2.redhat.com [10.5.9.1]) by ns3.rdu.redhat.com (8.13.8/8.13.8) with ESMTP id n77HfvKx007584; Fri, 7 Aug 2009 13:41:58 -0400 Received: by opsy.redhat.com (Postfix, from userid 500) id 7218437858F; Fri, 7 Aug 2009 11:41:57 -0600 (MDT) To: Aleksandar Ristovski Cc: gdb-patches@sources.redhat.com Subject: Re: [patch] -Wall patches References: <4A7B49C0.5070702@vmware.com> From: Tom Tromey Reply-To: tromey@redhat.com Date: Fri, 07 Aug 2009 17:46:00 -0000 In-Reply-To: (Aleksandar Ristovski's message of "Fri\, 07 Aug 2009 08\:50\:40 -0400") Message-ID: User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.3 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii 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: 2009-08/txt/msg00114.txt.bz2 >>>>> "Aleksandar" == Aleksandar Ristovski writes: Aleksandar> I am not eager to commit all that myself, nor to seek Aleksandar> credit, it is only trivial cleanup, but I would like to see Aleksandar> gdb compile with -Wall and no warnings. Unless you drive it, this will just disappear. I glanced through it and only noticed a few minor problems. I can write a real reply if you're willing to write a ChangeLog entry and fix the nits. Tom