From: Michael G. Schwern Date: Tue, 29 May 2001 00:55:54 +0000 (+0100) Subject: Re: Would -Wno-unused -Wall be better? X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=c4459e092c66d721ac4c970b6a939ccff66b5396;p=p5sagit%2Fp5-mst-13.2.git Re: Would -Wno-unused -Wall be better? Message-ID: <20010529005553.B675@blackrider.blackstar.co.uk> p4raw-id: //depot/perl@10274 --- diff --git a/pp.h b/pp.h index 61fadc3..4474d1a 100644 --- a/pp.h +++ b/pp.h @@ -344,6 +344,7 @@ See C. 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))) {\