From c7cd918c156c752cea22b315a1f53363bf264975 Mon Sep 17 00:00:00 2001 From: Tianjie Xu Date: Tue, 29 Aug 2017 12:06:02 -0700 Subject: Turn on -Wall for libedify Bug: 64939312 Test: mma Change-Id: Ia4afc6241b1f11ce261be6840f21a793b23014a6 --- edify/lexer.ll | 2 ++ 1 file changed, 2 insertions(+) (limited to 'edify/lexer.ll') 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 %% -- cgit v1.2.3