From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 3964 invoked by alias); 15 Aug 2004 15:19:04 -0000 Mailing-List: contact gdb-patches-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sources.redhat.com Received: (qmail 3953 invoked from network); 15 Aug 2004 15:19:04 -0000 Received: from unknown (HELO granger.mail.mindspring.net) (207.69.200.148) by sourceware.org with SMTP; 15 Aug 2004 15:19:04 -0000 Received: from user-119a90a.biz.mindspring.com ([66.149.36.10] helo=berman.michael-chastain.com) by granger.mail.mindspring.net with esmtp (Exim 3.33 #1) id 1BwMmk-000750-00; Sun, 15 Aug 2004 11:19:02 -0400 Received: from mindspring.com (localhost [127.0.0.1]) by berman.michael-chastain.com (Postfix) with SMTP id 469294B102; Sun, 15 Aug 2004 11:19:00 -0400 (EDT) Date: Sun, 15 Aug 2004 15:19:00 -0000 From: Michael Chastain To: kettenis@chello.nl, gdb-patches@sources.redhat.com Subject: Re: [PATCH] Fix compilation warning in testsuite/gdb.base/unload.c Message-ID: <411F7EE3.nailK121C8IUS@mindspring.com> References: <200408151206.i7FC60HG049703@elgar.kettenis.dyndns.org> In-Reply-To: <200408151206.i7FC60HG049703@elgar.kettenis.dyndns.org> User-Agent: nail 10.8 6/28/04 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-SW-Source: 2004-08/txt/msg00527.txt.bz2 Cool, thanks. > Index: ChangeLog > from Mark Kettenis > > * gdb.base/unload.c (main): Make local variable msg const.