From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 11405 invoked by alias); 19 Dec 2011 16:38:48 -0000 Received: (qmail 11308 invoked by uid 22791); 19 Dec 2011 16:38:47 -0000 X-SWARE-Spam-Status: No, hits=2.7 required=5.0 tests=AWL,BAYES_50,RP_MATCHES_RCVD X-Spam-Check-By: sourceware.org Received: from defout.telus.net (HELO outbound04.telus.net) (199.185.220.80) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Mon, 19 Dec 2011 16:38:35 +0000 Received: from priv-edtnes92 ([199.185.220.240]) by priv-edtnes63.telusplanet.net (InterMail vM.8.01.03.00 201-2260-125-20100507) with ESMTP id <20111219163829.PBIP12806.priv-edtnes63.telusplanet.net@priv-edtnes92> for ; Mon, 19 Dec 2011 09:38:29 -0700 Received: from 72.52.96.9 ([72.52.96.9]) by priv-edtnes92 (TELUS Webmail) with HTTP; Mon, 19 Dec 2011 09:38:29 -0700 (MST) Date: Mon, 19 Dec 2011 16:38:00 -0000 From: somervi8@telus.net To: gcc-help@gcc.gnu.org Message-ID: <20740275.1525510.1324312709584.JavaMail.nitido@priv-edtnes92> Subject: re: limiting warning message types MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-IsSubscribed: yes Mailing-List: contact gcc-help-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-help-owner@gcc.gnu.org X-SW-Source: 2011-12/txt/msg00138.txt.bz2 Hi : I am having problems limiting the warning messages i receive from g++. If I use -w with any other -Wwarning option i still get no NO warning messages of the type I desire. If I don't use -w, I am swamped=20 with warning messages i don't want=C2=A0 . Surely there must be a simple wa= y=20 to just get a few selected warning messages easily ?? Cheers; Robert Somerville