diff mbox

dtc: Use noinput flex option for convert-dtsv0 to remove warning

Message ID 20081107004548.GH6692@yookeroo.seuss (mailing list archive)
State Not Applicable, archived
Headers show

Commit Message

David Gibson Nov. 7, 2008, 12:45 a.m. UTC
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 <david@gibson.dropbear.id.au>

Comments

Jon Loeliger Nov. 17, 2008, 8:09 p.m. UTC | #1
> 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 <david@gibson.dropbear.id.au>

Applied.

Thanks,
jdl
diff mbox

Patch

Index: dtc/convert-dtsv0-lexer.l
===================================================================
--- dtc.orig/convert-dtsv0-lexer.l	2008-11-07 11:43:05.000000000 +1100
+++ dtc/convert-dtsv0-lexer.l	2008-11-07 11:43:20.000000000 +1100
@@ -17,7 +17,7 @@ 
  *                                                                   USA
  */
 
-%option noyywrap nounput
+%option noyywrap nounput noinput
 
 %x INCLUDE
 %x BYTESTRING