in reply to Re: Newx compiler warnings
in thread Newx compiler warnings

Perl_croak_nocontext() is marked as being 'printf'-like, so it will generate similar warnings. The definition of the Newx macro (or rather the underlying MEM_WRAP_CHECK_1 macro) was fixed in 5.12.0 to avoid this (harmless) warning.

Dave.