Silence the VC7 compiler warning in the following smoke:
authorSteve Hay <SteveHay@planit.com>
Tue, 1 Aug 2006 11:20:47 +0000 (11:20 +0000)
committerSteve Hay <SteveHay@planit.com>
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

index 2b7296a..c156bf0 100644 (file)
@@ -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 */