From mboxrd@z Thu Jan 1 00:00:00 1970 From: Carlo Wood To: branko.cibej@hermes.si (Branko Cibej) Cc: egcs@cygnus.com (egcs@cygnus.com) Subject: Re: Desire gcc option to skip warnings in standard headers Date: Mon, 29 Jun 1998 08:41:00 -0000 Message-id: <199806291202.OAA19399@jolan.ppro> References: <35978752.88CC4049@hermes.si> X-SW-Source: 1998-06/msg01051.html | Here's a simple patch that inhibits warnings generated in system headers | unless '-Wsystem-headers' is specified. It doesn't attempt to handle | warnings generated by cccp or cpplib yet. | | Comments, anybody? Is this the right way to do it? I don't like this, I think the new option should turn warning off if used, but by default give warnings for system headers too. -- Carlo Wood