projects
/
p5sagit/p5-mst-13.2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
00d6e12
)
silence warning
Dave Mitchell [Sun, 29 Dec 2002 15:09:31 +0000 (15:09 +0000)]
Message-ID: <
20021229150931
.C2325@fdgroup.com>
p4raw-id: //depot/perl@18528
pp_ctl.c
patch
|
blob
|
blame
|
history
diff --git
a/pp_ctl.c
b/pp_ctl.c
index
4ef44fd
..
ed392cc
100644
(file)
--- a/
pp_ctl.c
+++ b/
pp_ctl.c
@@
-2559,7
+2559,7
@@
Perl_sv_compile_2op(pTHX_ SV *sv, OP** startop, char *code, PAD** padp)
char *tmpbuf = tbuf;
char *safestr;
int runtime;
- CV* runcv;
+ CV* runcv = Nullcv; /* initialise to avoid compiler warnings */
ENTER;
lex_start(sv);