From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: To: David Gibson Subject: Re: dtc: Use noinput flex option for convert-dtsv0 to remove warning In-reply-to: <20081107004548.GH6692@yookeroo.seuss> References: <20081107004548.GH6692@yookeroo.seuss> Date: Mon, 17 Nov 2008 14:09:15 -0600 From: Jon Loeliger Message-Id: Cc: linuxppc-dev@ozlabs.org, devicetree-discuss@ozlabs.org List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , > The convert-dtsv0 lexer doesn't use lex's input() macro/function. > This can result in "defined but not used" warnings. This patch uses > flex's noinput option to prevent this warning (as we already do for > dtc-lexer.l). > > Signed-off-by: David Gibson Applied. Thanks, jdl