From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 9370 invoked by alias); 23 Apr 2002 07:01:44 -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 9362 invoked from network); 23 Apr 2002 07:01:43 -0000 Received: from unknown (HELO dr-evil.shagadelic.org) (208.176.2.162) by sources.redhat.com with SMTP; 23 Apr 2002 07:01:43 -0000 Received: by dr-evil.shagadelic.org (Postfix, from userid 7518) id A7C989869; Tue, 23 Apr 2002 00:01:42 -0700 (PDT) Date: Tue, 23 Apr 2002 00:01:00 -0000 From: Jason R Thorpe To: Andreas Jaeger Cc: Eli Zaretskii , gdb-patches@sources.redhat.com Subject: Re: [PATCH] Trivial printf format warning fixes Message-ID: <20020423000142.D18016@dr-evil.shagadelic.org> Reply-To: thorpej@wasabisystems.com Mail-Followup-To: Jason R Thorpe , Andreas Jaeger , Eli Zaretskii , gdb-patches@sources.redhat.com References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: ; from aj@suse.de on Tue, Apr 23, 2002 at 08:20:26AM +0200 Organization: Wasabi Systems, Inc. X-SW-Source: 2002-04/txt/msg00831.txt.bz2 On Tue, Apr 23, 2002 at 08:20:26AM +0200, Andreas Jaeger wrote: > ISO C99 introduced 't' for ptrdiff_t, so we could use '%td' here if we > have an ISO C99 compiler. Yes, but I don't think it's safe to assume that all platforms on which GDB is uses are C99 compliant. -- -- Jason R. Thorpe