Retract the #8838 and #8840 for now because of
[p5sagit/p5-mst-13.2.git] / pp_ctl.c
index 74fc32f..fae0cc1 100644 (file)
--- a/pp_ctl.c
+++ b/pp_ctl.c
@@ -226,7 +226,7 @@ PP(pp_substcont)
        MAGIC *mg;
        I32 i;
        if (SvTYPE(sv) < SVt_PVMG)
-           SvUPGRADE(sv, SVt_PVMG);
+           (void)SvUPGRADE(sv, SVt_PVMG);
        if (!(mg = mg_find(sv, 'g'))) {
            sv_magic(sv, Nullsv, 'g', Nullch, 0);
            mg = mg_find(sv, 'g');