diff options
author | Eric Anholt <eric@anholt.net> | 2010-04-29 17:53:26 -0700 |
---|---|---|
committer | Eric Anholt <eric@anholt.net> | 2010-05-03 11:40:25 -0700 |
commit | a35e62d97a714c1fe77d4eaf3dbdd659d83449b1 (patch) | |
tree | b8e4b6239bc93ce39884c9ad69331dc35a58d3bf | |
parent | 970353e047052140c592e95b2171ee5a5b323843 (diff) |
glsl_lexer: Quiet warning about unused unput().
-rw-r--r-- | glsl_lexer.lpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/glsl_lexer.lpp b/glsl_lexer.lpp index 06214a8..34ca229 100644 --- a/glsl_lexer.lpp +++ b/glsl_lexer.lpp @@ -37,6 +37,7 @@ %} %option bison-bridge bison-locations reentrant noyywrap +%option nounput noyy_top_state %option never-interactive %option prefix="_mesa_glsl_" %option extra-type="struct _mesa_glsl_parse_state *" |