[Crosstoolchain-logs] [device-tree-compiler] 08/357: Add flex option to stop warning about unused yyunput().

Hector Oron zumbi at moszumanska.debian.org
Thu Dec 8 17:05:42 UTC 2016


This is an automated email from the git hooks/post-receive script.

zumbi pushed a commit to branch upstream/1.3.x
in repository device-tree-compiler.

commit 5a446b0cd89166897d272d37e702b5827e7b3431
Author: David Gibson <dgibson at sneetch.(none)>
Date:   Mon Jul 11 13:53:13 2005 +1000

    Add flex option to stop warning about unused yyunput().
---
 dtc-lexer.l | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dtc-lexer.l b/dtc-lexer.l
index 1a16cae..0f94dfc 100644
--- a/dtc-lexer.l
+++ b/dtc-lexer.l
@@ -18,7 +18,7 @@
  *                                                                   USA 
  */
 
-%option noyywrap
+%option noyywrap nounput
 
 %x CELLDATA
 %x BYTESTRING

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/crosstoolchain/device-tree-compiler.git



More information about the Crosstoolchain-logs mailing list