From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 13994 invoked by alias); 27 Sep 2002 19:48:02 -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 13980 invoked from network); 27 Sep 2002 19:48:00 -0000 Received: from unknown (HELO localhost.redhat.com) (216.138.202.10) by sources.redhat.com with SMTP; 27 Sep 2002 19:48:00 -0000 Received: from redhat.com (localhost [127.0.0.1]) by localhost.redhat.com (Postfix) with ESMTP id 2AB423E77; Fri, 27 Sep 2002 15:48:00 -0400 (EDT) Message-ID: <3D94B5F0.6030007@redhat.com> Date: Fri, 27 Sep 2002 12:48:00 -0000 From: Andrew Cagney User-Agent: Mozilla/5.0 (X11; U; NetBSD macppc; en-US; rv:1.0.0) Gecko/20020824 X-Accept-Language: en-us, en MIME-Version: 1.0 To: David Carlton Cc: gdb-patches@sources.redhat.com Subject: Re: [rfa] missing #include "gdb_string.h" References: <3D94B119.9000306@redhat.com> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2002-09/txt/msg00678.txt.bz2 > gcc -c -g -O2 -I. -I/extra/gdb/nightly/src/gdb -I/extra/gdb/nightly/src/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I/extra/gdb/nightly/src/gdb/../include/opcode -I/extra/gdb/nightly/src/gdb/../readline/.. -I../bfd -I/extra/gdb/nightly/src/gdb/../bfd -I/extra/gdb/nightly/src/gdb/../include -I../intl -I/extra/gdb/nightly/src/gdb/../intl -DMI_OUT=1 -DUI_OUT=1 -Wimplicit -Wreturn-type -Wcomment -Wtrigraphs -Wformat -Wparentheses -Wpointer-arith -Wuninitialized -Werror /extra/gdb/nightly/src/gdb/remote-sds.c > cc1: warnings being treated as errors > /extra/gdb/nightly/src/gdb/remote-sds.c: In function `getmessage': > /extra/gdb/nightly/src/gdb/remote-sds.c:981: warning: deprecated use of label at end of compound statement > make[1]: *** [remote-sds.o] Error 1 > make[1]: Leaving directory `/extra/gdb/nightly/builds/gdb-allcross/powerpc-eabi/gdb' > make: *** [all-gdb] Error 2 > It's a new warning (newer gcc). Want to fix? Andrew