From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 23773 invoked by alias); 17 Jan 2006 20:19:13 -0000 Received: (qmail 23765 invoked by uid 22791); 17 Jan 2006 20:19:12 -0000 X-Spam-Check-By: sourceware.org Received: from nitzan.inter.net.il (HELO nitzan.inter.net.il) (192.114.186.20) by sourceware.org (qpsmtpd/0.31) with ESMTP; Tue, 17 Jan 2006 20:19:11 +0000 Received: from HOME-C4E4A596F7 (IGLD-80-230-4-200.inter.net.il [80.230.4.200]) by nitzan.inter.net.il (MOS 3.7.3-GA) with ESMTP id CML40844 (AUTH halo1); Tue, 17 Jan 2006 22:15:25 +0200 (IST) Date: Tue, 17 Jan 2006 20:19:00 -0000 Message-Id: From: Eli Zaretskii To: gdb-patches@sourceware.org In-reply-to: <20060117151730.GA2420@nevyn.them.org> (message from Daniel Jacobowitz on Tue, 17 Jan 2006 10:17:31 -0500) Subject: Re: [ob] More warnings; Call for assistance Reply-to: Eli Zaretskii References: <20060117151730.GA2420@nevyn.them.org> X-IsSubscribed: yes Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org X-SW-Source: 2006-01/txt/msg00224.txt.bz2 > Date: Tue, 17 Jan 2006 10:17:31 -0500 > From: Daniel Jacobowitz > > /space/fsf/commit/src/gdb/expprint.c:180: warning: pointer targets in passing argument 2 of 'current_language->la_printstr' differ in signedness Is it really worth your trouble fixing this? AFAIK, the next release of GCC is supposed to turn this warning off by default, so why fix something that ain't broken in the first place, if it's gonna bug only those users who have GCC 4.0.x?