Browse Source
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>main
David Gibson
16 years ago
committed by
Jon Loeliger
1 changed files with 1 additions and 1 deletions
Loading…
Reference in new issue