[Pcsclite-cvs-commit] CVS Drivers/ccid/src

CVS User rousseau ludovic.rousseau@free.fr
Thu, 17 Mar 2005 03:16:07 -0700


Update of /cvsroot/pcsclite/Drivers/ccid/src
In directory haydn:/tmp/cvs-serv13790/src

Modified Files:
	tokenparser.l 
Log Message:
add "%option nounput" to avoid the compilation warning
"`yyunput' defined but not used"


--- /cvsroot/pcsclite/Drivers/ccid/src/tokenparser.l	2004/07/15 14:51:03	1.2
+++ /cvsroot/pcsclite/Drivers/ccid/src/tokenparser.l	2005/03/17 10:16:06	1.3
@@ -1,13 +1,13 @@
 /*****************************************************************
 
   File   :   configfile.ll
-  Author :   David Corcoran
+  Author :   David Corcoran, Ludovic Rousseau
   Date   :   February 12, 1999, modified 4/6/2003
   Purpose:   Reads lexical config files and updates database.
              See http://www.linuxnet.com for more information.
   License:   Copyright (C) 1999 David Corcoran, Ludovic Rousseau
              <corcoran@linuxnet.com>
-$Id: tokenparser.l,v 1.2 2004/07/15 14:51:03 rousseau Exp $
+$Id: tokenparser.l,v 1.3 2005/03/17 10:16:06 rousseau Exp $
 
 ******************************************************************/
 
@@ -28,6 +28,8 @@
 
 %}
 
+%option nounput
+
 %%
 
 #.*                                             {}