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

2008-11-17 Thread Jon Loeliger
> 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 <[EMAIL PROTECTED]> Applied. Thanks, jd

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

2008-11-06 Thread David Gibson
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 <[EMAIL PROTECTED]> Index: dtc/convert-dtsv0-lexer.l