From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: To: David Gibson Subject: Re: dtc: Remove unused lexer function In-reply-to: <20080729045136.GD19856@yookeroo.seuss> References: <20080729045136.GD19856@yookeroo.seuss> Date: Thu, 31 Jul 2008 10:39:38 -0500 From: Jon Loeliger Message-Id: Cc: linuxppc-dev@ozlabs.org List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , > dtc does not use the input() function in flex. Apparently on some gcc > versions the unused function will cause warnings. Therefore, this > patch removes the function by using the 'noinput' option to flex. > > Signed-off-by: David Gibson Applied. jdl