diff options
author | Tianjie Xu <xunchang@google.com> | 2017-08-31 02:11:45 +0200 |
---|---|---|
committer | android-build-merger <android-build-merger@google.com> | 2017-08-31 02:11:45 +0200 |
commit | e779083f595d7b9c94d7bc01ed346b630c437e05 (patch) | |
tree | 9d0f4ced7a453de77e7431def808e61f8138deed /edify/lexer.ll | |
parent | Import translations. DO NOT MERGE am: c16d222593 -s ours (diff) | |
parent | Merge "Turn on -Wall for libedify" am: deb5de0bc1 am: 365059c61b (diff) | |
download | android_bootable_recovery-e779083f595d7b9c94d7bc01ed346b630c437e05.tar android_bootable_recovery-e779083f595d7b9c94d7bc01ed346b630c437e05.tar.gz android_bootable_recovery-e779083f595d7b9c94d7bc01ed346b630c437e05.tar.bz2 android_bootable_recovery-e779083f595d7b9c94d7bc01ed346b630c437e05.tar.lz android_bootable_recovery-e779083f595d7b9c94d7bc01ed346b630c437e05.tar.xz android_bootable_recovery-e779083f595d7b9c94d7bc01ed346b630c437e05.tar.zst android_bootable_recovery-e779083f595d7b9c94d7bc01ed346b630c437e05.zip |
Diffstat (limited to 'edify/lexer.ll')
-rw-r--r-- | edify/lexer.ll | 2 |
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 %% |