From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 3373 invoked by alias); 28 Apr 2012 04:49:20 -0000 Received: (qmail 3363 invoked by uid 22791); 28 Apr 2012 04:49:19 -0000 X-SWARE-Spam-Status: No, hits=-6.3 required=5.0 tests=AWL,BAYES_00,KHOP_RCVD_UNTRUST,RCVD_IN_DNSWL_HI,RCVD_IN_HOSTKARMA_W,SPF_HELO_PASS,T_RP_MATCHES_RCVD X-Spam-Check-By: sourceware.org Received: from mx1.redhat.com (HELO mx1.redhat.com) (209.132.183.28) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Sat, 28 Apr 2012 04:49:02 +0000 Received: from int-mx10.intmail.prod.int.phx2.redhat.com (int-mx10.intmail.prod.int.phx2.redhat.com [10.5.11.23]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id q3S4mjHx026004 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Sat, 28 Apr 2012 00:48:45 -0400 Received: from psique (ovpn-112-35.phx2.redhat.com [10.3.112.35]) by int-mx10.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id q3S4me4r015213; Sat, 28 Apr 2012 00:48:42 -0400 From: Sergio Durigan Junior To: Joel Brobecker Cc: gdb-patches@sourceware.org Subject: Re: New ARI warning Sat Apr 28 01:55:01 UTC 2012 References: <20120428015501.GA17706@sourceware.org> <20120428043129.GS10958@adacore.com> X-URL: http://www.redhat.com Date: Sat, 28 Apr 2012 04:54:00 -0000 In-Reply-To: <20120428043129.GS10958@adacore.com> (Joel Brobecker's message of "Fri, 27 Apr 2012 21:31:29 -0700") Message-ID: User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.3 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii 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: 2012-04/txt/msg01046.txt.bz2 On Saturday, April 28 2012, Joel Brobecker wrote: >> Well, this was actually a request by Jan, who correctly said that >> internationalization in this string is useless. I can obviously provide >> a trivial patch for that, and I know it's the easiest solution for this, >> but I'd like to know if there isn't any other way of filtering such >> obvious non-internationalized cases. > > I think you just place the string inside parenthesis, like so: > > error (("%s"), message); Hm, ok, I thought the ARI script would look for the `_' char, but in that case, I will apply a patch and commit it right away. Thanks, -- Sergio