summaryrefslogtreecommitdiff
path: root/mg.c
diff options
context:
space:
mode:
authorMarcus Holland-Moritz <mhx-perl@gmx.net>2006-04-23 06:47:04 +0200
committerRafael Garcia-Suarez <rgarciasuarez@gmail.com>2006-04-24 08:08:03 +0000
commitb3f24c00097febc1ee3ecdb31ce34c3df610cbd2 (patch)
treee74d2d92f3f8e627e827e08226cc9dc880923432 /mg.c
parent9f7d9405237a9031cae5810788f8ca1931499cc8 (diff)
downloadperl-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.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/mg.c b/mg.c
index d7105b51ce..30545fcc31 100644
--- a/mg.c
+++ b/mg.c
@@ -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,