diff options
author | Michael G. Schwern <schwern@pobox.com> | 2001-05-29 01:55:54 +0100 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2001-05-29 00:39:18 +0000 |
commit | c4459e092c66d721ac4c970b6a939ccff66b5396 (patch) | |
tree | b838b7efc35c830eef2c9e4ab6e77c60b62ea107 /pp.h | |
parent | 585602face2fbfab449f8ea9c11aa2d71e51b267 (diff) | |
download | perl-c4459e092c66d721ac4c970b6a939ccff66b5396.tar.gz |
Re: Would -Wno-unused -Wall be better?
Message-ID: <20010529005553.B675@blackrider.blackstar.co.uk>
p4raw-id: //depot/perl@10274
Diffstat (limited to 'pp.h')
-rw-r--r-- | pp.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -344,6 +344,7 @@ See C<PUSHu>. if (PL_amagic_generation) { \ SV* tmpsv; \ SV* arg= sp[shift]; \ + if(0) goto am_again; /* shut up unused warning */ \ am_again: \ if ((SvAMAGIC(arg))&&\ (tmpsv=AMG_CALLun(arg,meth))) {\ |