diff options
author | Marcus Holland-Moritz <mhx-perl@gmx.net> | 2006-04-23 06:47:04 +0200 |
---|---|---|
committer | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2006-04-24 08:08:03 +0000 |
commit | b3f24c00097febc1ee3ecdb31ce34c3df610cbd2 (patch) | |
tree | e74d2d92f3f8e627e827e08226cc9dc880923432 /mg.c | |
parent | 9f7d9405237a9031cae5810788f8ca1931499cc8 (diff) | |
download | perl-b3f24c00097febc1ee3ecdb31ce34c3df610cbd2.tar.gz |
Cleanup some gcc warnings
Third and fourth patches from:
Subject: Re: [PATCH] cleanup 212 warnings emitted by gcc-4.2
Message-ID: <20060423044704.6a383ee8@r2d2>
p4raw-id: //depot/perl@27946
Diffstat (limited to 'mg.c')
-rw-r--r-- | mg.c | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -2890,6 +2890,8 @@ Perl_magic_clearhint(pTHX_ SV *sv, MAGIC *mg) dVAR; assert(mg->mg_len == HEf_SVKEY); + PERL_UNUSED_ARG(sv); + PL_hints |= HINT_LOCALIZE_HH; PL_compiling.cop_hints = Perl_refcounted_he_new(aTHX_ PL_compiling.cop_hints, |