From: Ken Williams Date: Wed, 15 Jun 2005 20:00:42 +0000 (-0500) Subject: Re: a warning for a ExtUtils::ParseXS test X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=22022115c87349fc0f6f693201aed817cccd321a;p=p5sagit%2Fp5-mst-13.2.git Re: a warning for a ExtUtils::ParseXS test Message-Id: <29d2a69650cb39059c9af487069b941c@mathforum.org> p4raw-id: //depot/perl@24872 --- diff --git a/lib/ExtUtils/ParseXS/t/XSTest.xs b/lib/ExtUtils/ParseXS/t/XSTest.xs index 17586b8..2f7eaab 100644 --- a/lib/ExtUtils/ParseXS/t/XSTest.xs +++ b/lib/ExtUtils/ParseXS/t/XSTest.xs @@ -42,7 +42,7 @@ xstest_something3 (class, some_thing) SV * class char * some_thing PREINIT: - int i; + int i = 0; PPCODE: /* it's up to us clear these warnings */ class = class;