From: Andy Dougherty Date: Thu, 24 May 2001 14:33:37 +0000 (-0400) Subject: Re: Making perl with -Wall X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=14c54015032856f8b8409064fc2bf9487179fffa;p=p5sagit%2Fp5-mst-13.2.git Re: Making perl with -Wall Message-ID: p4raw-id: //depot/perl@10200 --- diff --git a/perl.h b/perl.h index ab99e85..9283e8e 100644 --- a/perl.h +++ b/perl.h @@ -226,11 +226,7 @@ struct perl_thread; #endif #define NOOP (void)0 -#ifdef HASATTRIBUTE #define dNOOP extern int Perl___notused __attribute__ ((unused)) -#else -#define dNOOP extern int Perl___notused -#endif #ifndef pTHX # define pTHX void