This is a live mirror of the Perl 5 development currently hosted at
https://github.com/perl/perl5
https://perl5.git.perl.org
/
perl5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0abe3f7
)
Warning suppression.
author
Rafael Garcia-Suarez
<rgarciasuarez@gmail.com>
Thu, 23 Jun 2005 18:07:34 +0000
(18:07 +0000)
committer
Rafael Garcia-Suarez
<rgarciasuarez@gmail.com>
Thu, 23 Jun 2005 18:07:34 +0000
(18:07 +0000)
p4raw-id: //depot/perl@24963
pp_sys.c
patch
|
blob
|
blame
|
history
diff --git
a/pp_sys.c
b/pp_sys.c
index
3d9f756
..
7298637
100644
(file)
--- a/
pp_sys.c
+++ b/
pp_sys.c
@@
-1318,7
+1318,7
@@
PP(pp_leavewrite)
register IO * const io = GvIOp(gv);
PerlIO * const ofp = IoOFP(io);
PerlIO *fp;
- SV **newsp = Null
sv
;
+ SV **newsp = Null
(SV**)
;
I32 gimme = 0;
register PERL_CONTEXT *cx;
PERL_UNUSED_VAR(newsp);