summaryrefslogtreecommitdiffstats
path: root/edify/lexer.ll
diff options
context:
space:
mode:
authorTianjie Xu <xunchang@google.com>2017-08-31 01:43:24 +0200
committerandroid-build-merger <android-build-merger@google.com>2017-08-31 01:43:24 +0200
commit36983d8dd0c4c918d573433107f32399dd954646 (patch)
tree7911f056de6a96e41fa0584005814f8f63bb1061 /edify/lexer.ll
parentMerge "Turn on -Wall for recovery modules" am: 11f68b6b69 (diff)
parentMerge "Turn on -Wall for libedify" (diff)
downloadandroid_bootable_recovery-36983d8dd0c4c918d573433107f32399dd954646.tar
android_bootable_recovery-36983d8dd0c4c918d573433107f32399dd954646.tar.gz
android_bootable_recovery-36983d8dd0c4c918d573433107f32399dd954646.tar.bz2
android_bootable_recovery-36983d8dd0c4c918d573433107f32399dd954646.tar.lz
android_bootable_recovery-36983d8dd0c4c918d573433107f32399dd954646.tar.xz
android_bootable_recovery-36983d8dd0c4c918d573433107f32399dd954646.tar.zst
android_bootable_recovery-36983d8dd0c4c918d573433107f32399dd954646.zip
Diffstat (limited to 'edify/lexer.ll')
-rw-r--r--edify/lexer.ll2
1 files changed, 2 insertions, 0 deletions
diff --git a/edify/lexer.ll b/edify/lexer.ll
index b764d1699..cb4594371 100644
--- a/edify/lexer.ll
+++ b/edify/lexer.ll
@@ -35,6 +35,8 @@ std::string string_buffer;
%x STR
+%option noinput
+%option nounput
%option noyywrap
%%