From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 1559 invoked by alias); 10 Aug 2007 18:20:41 -0000 Received: (qmail 1452 invoked by uid 22791); 10 Aug 2007 18:20:40 -0000 X-Spam-Check-By: sourceware.org Received: from mx1.redhat.com (HELO mx1.redhat.com) (66.187.233.31) by sourceware.org (qpsmtpd/0.31) with ESMTP; Fri, 10 Aug 2007 18:20:33 +0000 Received: from int-mx1.corp.redhat.com (int-mx1.corp.redhat.com [172.16.52.254]) by mx1.redhat.com (8.13.1/8.13.1) with ESMTP id l7AIKUHj001607; Fri, 10 Aug 2007 14:20:30 -0400 Received: from post-office.corp.redhat.com (post-office.corp.redhat.com [10.11.254.111]) by int-mx1.corp.redhat.com (8.13.1/8.13.1) with ESMTP id l7AIKTqs016259; Fri, 10 Aug 2007 14:20:29 -0400 Received: from greed.delorie.com (vpn-14-110.rdu.redhat.com [10.11.14.110]) by post-office.corp.redhat.com (8.13.8/8.13.8) with ESMTP id l7AIKTDY016750; Fri, 10 Aug 2007 14:20:29 -0400 Received: from greed.delorie.com (greed.delorie.com [127.0.0.1]) by greed.delorie.com (8.13.8/8.13.8) with ESMTP id l7AIKScW022585; Fri, 10 Aug 2007 14:20:28 -0400 Received: (from dj@localhost) by greed.delorie.com (8.13.8/8.13.8/Submit) id l7AIKSbB022582; Fri, 10 Aug 2007 14:20:28 -0400 To: Gabriel Dos Reis Cc: gcc-patches@gcc.gnu.org Subject: Re: Add a __nowarn__ keyword References: <46BC321A.7060007@lu.unisi.ch> <87ps1vtjgp.fsf@soliton.cs.tamu.edu> From: DJ Delorie Date: Fri, 10 Aug 2007 18:20:00 -0000 In-Reply-To: <87ps1vtjgp.fsf@soliton.cs.tamu.edu> Message-ID: User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.4 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-IsSubscribed: yes Mailing-List: contact gcc-patches-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-patches-owner@gcc.gnu.org X-SW-Source: 2007-08/txt/msg00694.txt.bz2 Gabriel Dos Reis writes: > | #pragma GCC diagnostics push ignore "-Wcast-qual" > > DJ, what do you think? I think that's an easy change.