When compiling with gcc (3.2.3) on Win32 I have mountains of warnings 
like the following during the compilation of miniperl.exe:

../proto.h:50: warning: `win32_malloc' attribute directive ignored

I think the reason is that perl.h has this (gcc 3.2.3 does have 
HASATTRIBUTE_MALLOC):

#ifdef HASATTRIBUTE_MALLOC
#  define __attribute__malloc__             __attribute__((malloc))
#endif

but win32/win32iop.h has:

#undef malloc
#define malloc win32_malloc

What can be done to fix this?



------------------------------------------------
Radan Computational Ltd.

The information contained in this message and any files transmitted with it are 
confidential and intended for the addressee(s) only.  If you have received this 
message in error or there are any problems, please notify the sender 
immediately.  The unauthorized use, disclosure, copying or alteration of this 
message is strictly forbidden.  Note that any views or opinions presented in 
this email are solely those of the author and do not necessarily represent 
those of Radan Computational Ltd.  The recipient(s) of this message should 
check it and any attached files for viruses: Radan Computational will accept no 
liability for any damage caused by any virus transmitted by this email.

Reply via email to