Dan Hipschman : widl: Fix warning about unused structure field in lexer.
14 Sep
2006
14 Sep
'06
4:10 p.m.
Module: wine Branch: master Commit: 53a28192865d212021ff4f3a573dd78f80584be0 URL: http://source.winehq.org/git/?p=wine.git;a=commit;h=53a28192865d212021ff4f3a... Author: Dan Hipschman <dsh(a)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},
7126
Age (days ago)
7126
Last active (days ago)
0 comments
1 participants
participants (1)
-
Alexandre Julliard