From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 16193 invoked by alias); 26 May 2010 02:47:54 -0000 Received: (qmail 16184 invoked by uid 22791); 26 May 2010 02:47:53 -0000 X-SWARE-Spam-Status: No, hits=-1.9 required=5.0 tests=AWL,BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,SPF_HELO_PASS,T_RP_MATCHES_RCVD X-Spam-Check-By: sourceware.org Received: from smtp-out.google.com (HELO smtp-out.google.com) (216.239.44.51) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Wed, 26 May 2010 02:47:49 +0000 Received: from hpaq5.eem.corp.google.com (hpaq5.eem.corp.google.com [172.25.149.5]) by smtp-out.google.com with ESMTP id o4Q2llgt023909 for ; Tue, 25 May 2010 19:47:47 -0700 Received: from pzk41 (pzk41.prod.google.com [10.243.19.169]) by hpaq5.eem.corp.google.com with ESMTP id o4Q2liGf006368 for ; Tue, 25 May 2010 19:47:45 -0700 Received: by pzk41 with SMTP id 41so3517007pzk.10 for ; Tue, 25 May 2010 19:47:44 -0700 (PDT) MIME-Version: 1.0 Received: by 10.140.251.13 with SMTP id y13mr6011473rvh.116.1274842064441; Tue, 25 May 2010 19:47:44 -0700 (PDT) Received: by 10.140.255.14 with HTTP; Tue, 25 May 2010 19:47:44 -0700 (PDT) In-Reply-To: <20100526015451.GA24207@sourceware.org> References: <20100526015451.GA24207@sourceware.org> Date: Wed, 26 May 2010 04:44:00 -0000 Message-ID: Subject: Re: New ARI warning Wed May 26 01:54:51 UTC 2010 From: Doug Evans To: gdb-patches@sourceware.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-System-Of-Record: true 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: 2010-05/txt/msg00589.txt.bz2 On Tue, May 25, 2010 at 6:54 PM, GDB Administrator wrote: > 1084a1085 >> gdb/python/py-cmd.c:192: gettext: _ markup: All messages should be marke= d up with _. > gdb/python/py-cmd.c:192: =A0 =A0 =A0 =A0error ("%s", msg); > There were already a couple of uses of error ("%s", ...) so I figured it was safe. OOC, is this why source.c has: error (("%s"), msg); ?