From: Nicholas Clark Date: Fri, 4 Dec 2009 15:16:04 +0000 (+0000) Subject: Silence Win32 compiler warning X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=a756042476315fbf04b4211a7dfb5783ff6cba2f;p=p5sagit%2Fp5-mst-13.2.git Silence Win32 compiler warning Subject: Re: Smoke [5.11.2] v5.11.2-105-gc2123ae FAIL(F) MSWin32 Win2000 SP4 (x86/1 cpu) Message-ID: <20091204140536.GD2582@plum.flirble.org> (amended to fix the obvious typo) --- diff --git a/perl.c b/perl.c index a9abdb4..e5039f9 100644 --- a/perl.c +++ b/perl.c @@ -4024,7 +4024,7 @@ S_init_perllib(pTHX) const char *perl5lib = NULL; #endif const char *s; -#ifdef WIN32 +#if defined(WIN32) && !defined(PERL_IS_MINIPERL) STRLEN len; #endif