From: Reid Spencer Date: Fri, 10 Dec 2004 21:59:47 +0000 (+0000) Subject: Get rid of warning from flex. X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=cb8cb8eb661839a5152e0d16e14cf9b9c81b9ed9;p=oota-llvm.git Get rid of warning from flex. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@18779 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/tools/llvmc/ConfigLexer.l b/tools/llvmc/ConfigLexer.l index 4589d4821ab..f65428ecd66 100644 --- a/tools/llvmc/ConfigLexer.l +++ b/tools/llvmc/ConfigLexer.l @@ -18,7 +18,6 @@ %option never-interactive %option batch %option noyywrap -%option nodefault %option 8bit %option outfile="ConfigLexer.cpp" %option ecs