glsl_lexer: Quiet warning about unused unput().
This commit is contained in:
@@ -37,6 +37,7 @@
|
|||||||
%}
|
%}
|
||||||
|
|
||||||
%option bison-bridge bison-locations reentrant noyywrap
|
%option bison-bridge bison-locations reentrant noyywrap
|
||||||
|
%option nounput noyy_top_state
|
||||||
%option never-interactive
|
%option never-interactive
|
||||||
%option prefix="_mesa_glsl_"
|
%option prefix="_mesa_glsl_"
|
||||||
%option extra-type="struct _mesa_glsl_parse_state *"
|
%option extra-type="struct _mesa_glsl_parse_state *"
|
||||||
|
Reference in New Issue
Block a user