From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 3417 invoked by alias); 11 Apr 2007 03:36:35 -0000 Received: (qmail 3409 invoked by uid 22791); 11 Apr 2007 03:36:34 -0000 X-Spam-Check-By: sourceware.org Received: from romy.inter.net.il (HELO romy.inter.net.il) (213.8.233.24) by sourceware.org (qpsmtpd/0.31) with ESMTP; Wed, 11 Apr 2007 04:36:32 +0100 Received: from HOME-C4E4A596F7 (IGLD-84-229-237-241.inter.net.il [84.229.237.241]) by romy.inter.net.il (MOS 3.7.3-GA) with ESMTP id HOM94015 (AUTH halo1); Wed, 11 Apr 2007 06:36:28 +0300 (IDT) Date: Wed, 11 Apr 2007 03:36:00 -0000 Message-Id: From: Eli Zaretskii To: Steve Ellcey CC: drow@false.org, schwab@suse.de, mark.kettenis@xs4all.nl, gdb-patches@sourceware.org In-reply-to: <200704102116.OAA21675@hpsje.cup.hp.com> (message from Steve Ellcey on Tue, 10 Apr 2007 14:16:16 -0700 (PDT)) Subject: Re: Patch for isdigit/isalpha/etc. macro arguments Reply-to: Eli Zaretskii References: <200704102116.OAA21675@hpsje.cup.hp.com> 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: 2007-04/txt/msg00128.txt.bz2 > Date: Tue, 10 Apr 2007 14:16:16 -0700 (PDT) > From: Steve Ellcey > > Well, this discussion was very interesting but I am not sure it led > anywhere. If casting to '(int)' is unacceptable, double casting to > '(int) (unsigned char)' is probably even less acceptable so I would like > to check in the following patch that turns off the warnings so I can > build on HPPA HP-UX. > > Tested by building on HPPA HP-UX. > > OK to checkin? Fine with me, thanks.