Skip to content

Commit

Permalink
Suppress a warning from source generated by Lemon
Browse files Browse the repository at this point in the history
    ecmascript.c: In function 'yy_destructor':
    ecmascript.c:73:45: warning: unused variable 'efsi' [-Wunused-variable]
     #define grn_expr_parserARG_FETCH  efs_info *efsi  = yypParser->efsi
                                                 ^
    ecmascript.c:861:3: note: in expansion of macro 'grn_expr_parserARG_FETCH'
       grn_expr_parserARG_FETCH;
       ^
  • Loading branch information
kou committed Feb 24, 2014
1 parent 4ccec57 commit 883e43a
Show file tree
Hide file tree
Showing 2 changed files with 569 additions and 560 deletions.

0 comments on commit 883e43a

Please sign in to comment.