From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 30898 invoked by alias); 12 May 2005 21:09:09 -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 30375 invoked from network); 12 May 2005 21:09:01 -0000 Received: from unknown (HELO mx1.redhat.com) (66.187.233.31) by sourceware.org with SMTP; 12 May 2005 21:09:01 -0000 Received: from int-mx1.corp.redhat.com (int-mx1.corp.redhat.com [172.16.52.254]) by mx1.redhat.com (8.12.11/8.12.11) with ESMTP id j4CL91Dh014932 for ; Thu, 12 May 2005 17:09:01 -0400 Received: from post-office.corp.redhat.com (post-office.corp.redhat.com [172.16.52.227]) by int-mx1.corp.redhat.com (8.11.6/8.11.6) with ESMTP id j4CL91O08813; Thu, 12 May 2005 17:09:01 -0400 Received: from greed.delorie.com (dj.cipe.redhat.com [10.0.0.222]) by post-office.corp.redhat.com (8.11.6/8.11.6) with ESMTP id j4CL8xv23163; Thu, 12 May 2005 17:08:59 -0400 Received: from greed.delorie.com (greed.delorie.com [127.0.0.1]) by greed.delorie.com (8.13.1/8.13.1) with ESMTP id j4CL8wUw006447; Thu, 12 May 2005 17:08:58 -0400 Received: (from dj@localhost) by greed.delorie.com (8.13.1/8.13.1/Submit) id j4CL8rTi006444; Thu, 12 May 2005 17:08:53 -0400 Date: Thu, 12 May 2005 21:27:00 -0000 Message-Id: <200505122108.j4CL8rTi006444@greed.delorie.com> From: DJ Delorie To: drow@false.org CC: eliz@gnu.org, gcc-patches@gcc.gnu.org, gdb-patches@sources.redhat.com In-reply-to: <20050512205103.GB13519@nevyn.them.org> (message from Daniel Jacobowitz on Thu, 12 May 2005 16:51:03 -0400) Subject: Re: [RFA] Eliminate warnings about snprintf declaration References: <01c4c990$Blat.v2.2.2$887ec720@zahav.net.il> <41994B9D.9080809@gnu.org> <01c55702$Blat.v2.4$d4764900@zahav.net.il> <20050512150804.GA1808@nevyn.them.org> <01c55708$Blat.v2.4$cfc9f040@zahav.net.il> <20050512154716.GA3513@nevyn.them.org> <01c5570e$Blat.v2.4$1c533160@zahav.net.il> <20050512162453.GA5180@nevyn.them.org> <01c55732$Blat.v2.4$e9bd3640@zahav.net.il> <20050512205103.GB13519@nevyn.them.org> X-SW-Source: 2005-05/txt/msg00312.txt.bz2 > Almost - you don't actually need them in libiberty/configure.ac, > unless you see warnings about them during the build of libiberty. > To make GDB -Werror happy, all you need is gdb/configure.ac and > include/libiberty.h. Libiberty doesn't currently build with -Werror, but it's probably a good idea to ac_test for everything in libiberty.h anyway. It serves as both a sanity check and an example to others.