On Mon, 14 Aug 2000, Billy N. Patton wrote:

> I keep getting the following warnings.  I've read through the perldoc
> perlxs and am doing what I think they are saying.
 
> #include "EXTERN.h"
> #include "perl.h"
> #include "XSUB.h"

#undef dNOOP
#define dNOOP extern int __attribute__ ((unused)) Perl___notused

will get rid of the 'Perl___notused' warning.

Reply via email to