commit | c7cd918c156c752cea22b315a1f53363bf264975 | [log] [tgz] |
---|---|---|
author | Tianjie Xu <xunchang@google.com> | Tue Aug 29 12:06:02 2017 -0700 |
committer | Tianjie Xu <xunchang@google.com> | Wed Aug 30 23:04:35 2017 +0000 |
tree | 11203df7d75e8b64f4654bbcf62944465419cace | |
parent | 11f68b6b691425eb001a073ff56d8b448a564d8a [diff] [blame] |
Turn on -Wall for libedify Bug: 64939312 Test: mma Change-Id: Ia4afc6241b1f11ce261be6840f21a793b23014a6
diff --git a/edify/lexer.ll b/edify/lexer.ll index b764d16..cb45943 100644 --- a/edify/lexer.ll +++ b/edify/lexer.ll
@@ -35,6 +35,8 @@ %x STR +%option noinput +%option nounput %option noyywrap %%