summaryrefslogtreecommitdiff
path: root/pp.c
diff options
context:
space:
mode:
Diffstat (limited to 'pp.c')
-rw-r--r--pp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/pp.c b/pp.c
index 866d55459e..d3434c37d6 100644
--- a/pp.c
+++ b/pp.c
@@ -2377,7 +2377,7 @@ PP(pp_complement)
register I32 anum;
STRLEN len;
- (void)SvPV_nomg(sv,len);
+ (void)SvPV_nomg(sv,len); /* force check for uninit var */
sv_setsv_nomg(TARG, sv);
tmps = (U8*)SvPV_force(TARG, len);
anum = len;