From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 13054 invoked by alias); 26 Apr 2002 20:53:42 -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 13033 invoked from network); 26 Apr 2002 20:53:40 -0000 Received: from unknown (HELO localhost.redhat.com) (216.138.202.10) by sources.redhat.com with SMTP; 26 Apr 2002 20:53:40 -0000 Received: from cygnus.com (localhost [127.0.0.1]) by localhost.redhat.com (Postfix) with ESMTP id 958FF3D29; Fri, 26 Apr 2002 16:53:40 -0400 (EDT) Message-ID: <3CC9BE54.4050801@cygnus.com> Date: Fri, 26 Apr 2002 13:53:00 -0000 From: Andrew Cagney User-Agent: Mozilla/5.0 (X11; U; NetBSD macppc; en-US; rv:0.9.9) Gecko/20020424 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Elena Zannoni Cc: gdb-patches@sources.redhat.com Subject: Re: [PATCH] Makefile.in: no ,-Werror for thread-db.c References: <15561.47290.123521.894587@localhost.redhat.com> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2002-04/txt/msg01088.txt.bz2 > I keep getting warnings for thread-db.c about mismatched types: > > /home/ezannoni/uberbaum/src/gdb/thread-db.c: In function `thread_db_fetch_registers': > /home/ezannoni/uberbaum/src/gdb/thread-db.c:805: warning: passing arg 1 of `supply_fpregset' from incompatible pointer type > /home/ezannoni/uberbaum/src/gdb/thread-db.c: In function `thread_db_store_registers': > /home/ezannoni/uberbaum/src/gdb/thread-db.c:838: warning: passing arg 1 of `fill_fpregset' from incompatible pointer type > /home/ezannoni/uberbaum/src/gdb/thread-db.c:844: warning: passing arg 2 of pointer to function from incompatible pointer type > > Is this OK? ...unless somebody more familiar than me with regsets wants > to go and fix it. :-) Which host? It builds on RH 7.2 cleanly. Does the platform have broken headers? Andrew