dtc: Set "noinput" in the lexer to avoid an unused function

Regenerate the corresponding generated lexer.

Regenerating the lexer with current flex also provides prototypes for
various yy* functions, making some -Wmissing-prototypes warnings go away
as well.

Signed-off-by: Josh Triplett <josh@joshtriplett.org>
此提交包含在:
Josh Triplett
2009-10-16 15:52:06 -07:00
父節點 0592e4c49e
當前提交 23c4ace526
共有 2 個檔案被更改,包括 54 行新增17 行删除

查看文件

@@ -18,7 +18,7 @@
* USA
*/
%option noyywrap nounput yylineno
%option noyywrap noinput nounput yylineno
%x INCLUDE
%x BYTESTRING