From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jon Loeliger Subject: Re: dtc: Add -Wredundant-decls (resend) Date: Fri, 30 Apr 2010 08:38:42 -0500 Message-ID: References: <20100430052732.GU6284@yookeroo> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-reply-to: <20100430052732.GU6284@yookeroo> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: devicetree-discuss-bounces+gldd-devicetree-discuss=m.gmane.org-uLR06cmDAlY/bJ5BZ2RsiQ@public.gmane.org Errors-To: devicetree-discuss-bounces+gldd-devicetree-discuss=m.gmane.org-uLR06cmDAlY/bJ5BZ2RsiQ@public.gmane.org To: David Gibson Cc: devicetree-discuss-mnsaURCQ41sdnm+yROfE0A@public.gmane.org List-Id: devicetree@vger.kernel.org > We are almost clean already with the -Wredundant-decls warning. The > only exception is a declaration for isatty() inside the flex-generated > code. This can be removed by using flex's "never-interactive" option, > which we probably should be using anyway, since we never parse > interactively in the sense that this option implies. > > Signed-off-by: David Gibson Applied