From: Dave Mitchell Date: Thu, 26 Apr 2007 12:36:45 +0000 (+0000) Subject: eliminate "unused var" warning X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=e9e03e16875c2b55d3621425adb98b63af46989f;p=p5sagit%2Fp5-mst-13.2.git eliminate "unused var" warning p4raw-id: //depot/perl@31083 --- diff --git a/perl.c b/perl.c index 33aa78e..f48aba6 100644 --- a/perl.c +++ b/perl.c @@ -4295,6 +4295,7 @@ FIX YOUR KERNEL, PUT A C WRAPPER AROUND THIS SCRIPT, OR USE -u AND UNDUMP!\n"); #endif /* DOSUID */ PERL_UNUSED_ARG(validarg); PERL_UNUSED_ARG(scriptname); + PERL_UNUSED_ARG(linestr_sv); } STATIC void