From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 16747 invoked by alias); 14 Jul 2008 22:39:05 -0000 Received: (qmail 16738 invoked by uid 22791); 14 Jul 2008 22:39:04 -0000 X-Spam-Check-By: sourceware.org Received: from elasmtp-masked.atl.sa.earthlink.net (HELO elasmtp-masked.atl.sa.earthlink.net) (209.86.89.68) by sourceware.org (qpsmtpd/0.31) with ESMTP; Mon, 14 Jul 2008 22:38:38 +0000 Received: from [68.108.140.244] (helo=macbook-2.local) by elasmtp-masked.atl.sa.earthlink.net with esmtpa (Exim 4.67) (envelope-from ) id 1KIWgm-0002KN-C2 for gdb-patches@sourceware.org; Mon, 14 Jul 2008 18:38:36 -0400 Message-ID: <487BD56B.9040609@earthlink.net> Date: Mon, 14 Jul 2008 22:39:00 -0000 From: Stan Shebs User-Agent: Thunderbird 2.0.0.14 (Macintosh/20080421) MIME-Version: 1.0 To: gdb-patches@sourceware.org Subject: State of old format warning patch for Mac OS X Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-ELNK-Trace: ae6f8838ff913eba0cc1426638a40ef67e972de0d01da940fc62ba778d0eee186d067f8b799f1de0350badd9bab72f9c350badd9bab72f9c350badd9bab72f9c 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: 2008-07/txt/msg00296.txt.bz2 Whatever happened with Muranaka's patch in http://sourceware.org/ml/gdb-patches/2007-02/msg00160.html to fix the "format not a string literal" warnings on Mac OS X? I've been getting those complaints from vec.h expansions, this patch shuts them off very nicely. Stan