mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-22 04:50:11 +01:00
glsl_lexer: Quiet warning about unused unput().
This commit is contained in:
parent
970353e047
commit
a35e62d97a
1 changed files with 1 additions and 0 deletions
|
|
@ -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 *"
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue