X-Git-Url: http://git.madism.org/?a=blobdiff_plain;f=tools%2Flempar.c;h=9220588a01f2f5f6c0fa09a602fa0fb77a10782d;hb=e17c7e1850498e4c8a82ec06b560f8018bb0eed6;hp=168efc4655f3e7e20ad14e8158b28603d71e285b;hpb=c19619baf50f0cb708f271e3b342249d0477ffa4;p=apps%2Fmadmutt.git diff --git a/tools/lempar.c b/tools/lempar.c index 168efc4..9220588 100644 --- a/tools/lempar.c +++ b/tools/lempar.c @@ -548,9 +548,10 @@ static void yy_parse_failed( ** The following code executes when a syntax error first occurs. */ static void yy_syntax_error( - yyParser *yypParser, /* The parser */ - int yymajor, /* The major type of the error token */ - YYMINORTYPE yyminor /* The minor type of the error token */ + yyParser *yypParser, /* The parser */ + int yymajor __attribute__((unused)), /* The major type of the error token */ + YYMINORTYPE yyminor __attribute__((unused)) + /* The minor type of the error token */ ){ ParseARG_FETCH; #define TOKEN (yyminor.yy0)