diff options
author | Steve Hay <SteveHay@planit.com> | 2006-07-27 16:25:41 +0000 |
---|---|---|
committer | Steve Hay <SteveHay@planit.com> | 2006-07-27 16:25:41 +0000 |
commit | 670f1322a800dc03404a696600a617f3804f797d (patch) | |
tree | 15060422f99dfd83326aa2cb90f977ec549063e9 /ext/XS/APItest/APItest.xs | |
parent | ce647182f445381be8b7e59ae7dcb564635409c6 (diff) | |
download | perl-670f1322a800dc03404a696600a617f3804f797d.tar.gz |
Clear up most of the VC6 compiler warnings in the following smoke:
http://www.nntp.perl.org/group/perl.daily-build.reports/39733
p4raw-id: //depot/perl@28626
Diffstat (limited to 'ext/XS/APItest/APItest.xs')
-rw-r--r-- | ext/XS/APItest/APItest.xs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/ext/XS/APItest/APItest.xs b/ext/XS/APItest/APItest.xs index bcf46ee3ad..0bba0bbce7 100644 --- a/ext/XS/APItest/APItest.xs +++ b/ext/XS/APItest/APItest.xs @@ -225,7 +225,6 @@ test_hv_delayfree_ent() SV * test_share_unshare_pvn(input) PREINIT: - SV *output; STRLEN len; U32 hash; char *pvx; |