From bc95116825d01ee871e7b9de9c9825cb42cb690d Mon Sep 17 00:00:00 2001 From: Bill Currie Date: Tue, 20 Nov 2001 23:22:19 +0000 Subject: [PATCH] fix a defined but not used warning --- libs/video/targets/fbset_modes_l.l | 2 ++ 1 file changed, 2 insertions(+) diff --git a/libs/video/targets/fbset_modes_l.l b/libs/video/targets/fbset_modes_l.l index 10fe5470c..5bb8a9122 100644 --- a/libs/video/targets/fbset_modes_l.l +++ b/libs/video/targets/fbset_modes_l.l @@ -23,6 +23,8 @@ #include "fbset.h" #include "fbset_modes_y.h" +#define YY_NO_UNPUT + struct keyword { const char *name; int token;