[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: warning during compile
From: |
Jan-Henrik Haukeland |
Subject: |
Re: warning during compile |
Date: |
02 Oct 2002 16:18:08 +0200 |
User-agent: |
Gnus/5.0808 (Gnus v5.8.8) XEmacs/21.4 (Civil Service) |
Rory Toma <address@hidden> writes:
> gcc -c -g -O2 -Wall -DLINUX -I. -I./protocols -I./http -I./process
> lex.yy.c -o lex.yy.o
> lex.yy.c:2220: warning: `yyunput' defined but not used
>
>
> Am I the only one that sees this? How can we get rid of this?
Since the code is generated from flex and we do not use yyunput
(i.e. putting back chars on the stack) I guess we all get this
warning. I'm not sure if we can get rid of this easily.
--
Jan-Henrik Haukeland