projects
/
p5sagit/p5-mst-13.2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
a6e20a4
)
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
patch
|
blob
|
blame
|
history
diff --git
a/lib/ExtUtils/ParseXS/t/XSTest.xs
b/lib/ExtUtils/ParseXS/t/XSTest.xs
index
17586b8
..
2f7eaab
100644
(file)
--- 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;