Displaying 2 results from an estimated 2 matches for "svt_pvmg".
2011 Jun 28
2
minor Hivex.xs leaks
...;);
PERL_UNUSED_VAR(ax); /* -Wall */
SP -= items;
{
hive_h * h;
int node = (int)SvIV(ST(1));
pl_set_values values = unpack_pl_set_values (ST(2));
#line 477 "Hivex.xs"
int r;
#line 993 "Hivex.c"
if (sv_isobject (ST(0)) && SvTYPE (SvRV (ST(0))) == SVt_PVMG)
h = (hive_h *) SvIV ((SV *) SvRV (ST(0)));
else {
warn ("Win::Hivex::node_set_values(): h is not a blessed SV reference");
XSRETURN_UNDEF;
};
#line 479 "Hivex.xs"
r = hivex_node_set_values (h, node, values.nr_values, values.values, 0);...
2011 Jun 27
0
Errors when installing RSPerl-0.92
...7: warning: enumeration value 'SVt_PV' not handled in
switch
Reflectance.c:541:7: warning: enumeration value 'SVt_PVIV' not handled in
switch
Reflectance.c:541:7: warning: enumeration value 'SVt_PVNV' not handled in
switch
Reflectance.c:541:7: warning: enumeration value 'SVt_PVMG' not handled in
switch
Reflectance.c:541:7: warning: enumeration value 'SVt_REGEXP' not handled in
switch
Reflectance.c:541:7: warning: enumeration value 'SVt_PVGV' not handled in
switch
Reflectance.c:541:7: warning: enumeration value 'SVt_PVLV' not handled in
switch
Ref...