Re: a warning for a ExtUtils::ParseXS test
Ken Williams [Wed, 15 Jun 2005 20:00:42 +0000 (15:00 -0500)]
Message-Id: <29d2a69650cb39059c9af487069b941c@mathforum.org>

p4raw-id: //depot/perl@24872

lib/ExtUtils/ParseXS/t/XSTest.xs

index 17586b8..2f7eaab 100644 (file)
@@ -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;