Dan Hipschman : widl: Fix warning about unused structure field in lexer.

Alexandre Julliard julliard at wine.codeweavers.com
Thu Sep 14 10:10:11 CDT 2006


Module: wine
Branch: master
Commit: 53a28192865d212021ff4f3a573dd78f80584be0
URL:    http://source.winehq.org/git/?p=wine.git;a=commit;h=53a28192865d212021ff4f3a573dd78f80584be0

Author: Dan Hipschman <dsh at linux.ucla.edu>
Date:   Wed Sep 13 16:28:39 2006 -0700

widl: Fix warning about unused structure field in lexer.

---

 tools/widl/parser.l |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/tools/widl/parser.l b/tools/widl/parser.l
index 21faf7b..17c97b8 100644
--- a/tools/widl/parser.l
+++ b/tools/widl/parser.l
@@ -171,7 +171,6 @@ #endif
 static struct keyword {
 	const char *kw;
 	int token;
-	int val;
 } keywords[] = {
 	{"FALSE",			tFALSE},
 	{"TRUE",			tTRUE},




More information about the wine-cvs mailing list