aboutsummaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2008-06-04 00:35:30 +0000
committerGuy Harris <guy@alum.mit.edu>2008-06-04 00:35:30 +0000
commit9fb914942aeb9c81d23de8f2e5e9db7855170109 (patch)
treef4ed05d6f996208552b02c9a2612a56bc6492002 /tools
parentaeda5cffa7a9eb2071291175de26f42e89db0f44 (diff)
Suppress some unused-argument warnings.
svn path=/trunk/; revision=25422
Diffstat (limited to 'tools')
-rw-r--r--tools/lemon/lempar.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/lemon/lempar.c b/tools/lemon/lempar.c
index 6b82cae226..c315484afd 100644
--- a/tools/lemon/lempar.c
+++ b/tools/lemon/lempar.c
@@ -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