projects
/
p5sagit/p5-mst-13.2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
7090f86
)
Silence the VC7 compiler warning in the following smoke:
Steve Hay [Tue, 1 Aug 2006 11:20:47 +0000 (11:20 +0000)]
http://www.nntp.perl.org/group/perl.daily-build.reports/39824
p4raw-id: //depot/perl@28638
ext/ByteLoader/byterun.c
patch
|
blob
|
blame
|
history
diff --git
a/ext/ByteLoader/byterun.c
b/ext/ByteLoader/byterun.c
index
2b7296a
..
c156bf0
100644
(file)
--- a/
ext/ByteLoader/byterun.c
+++ b/
ext/ByteLoader/byterun.c
@@
-145,7
+145,7
@@
byterun(pTHX_ register struct byteloader_state *bstate)
{
U32 arg;
BGET_U32(arg);
- BSET_newsvx(bstate->bs_sv, arg);
+ BSET_newsvx(bstate->bs_sv, (svtype)arg);
break;
}
case INSN_NEWOP: /* 11 */