Suppress some unused-argument warnings.

svn path=/trunk/; revision=25422
This commit is contained in:
Guy Harris 2008-06-04 00:35:30 +00:00
parent aeda5cffa7
commit 9fb914942a
1 changed files with 1 additions and 1 deletions

View File

@ -438,7 +438,7 @@ static int yy_find_reduce_action(
/*
** The following routine is called if the stack overflows.
*/
static void yyStackOverflow(yyParser *yypParser, YYMINORTYPE *yypMinor){
static void yyStackOverflow(yyParser *yypParser, YYMINORTYPE *yypMinor _U_){
ParseARG_FETCH;
yypParser->yyidx--;
#ifndef NDEBUG