From: Jarkko Hietaniemi Date: Fri, 22 Mar 2002 15:07:33 +0000 (+0000) Subject: Document a known AIX warning. X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=0ea5284ead90dc2e7f12d05411dbd404892106f3;p=p5sagit%2Fp5-mst-13.2.git Document a known AIX warning. p4raw-id: //depot/perl@15417 --- diff --git a/pod/perldelta.pod b/pod/perldelta.pod index 1f50731..ad4ceeb 100644 --- a/pod/perldelta.pod +++ b/pod/perldelta.pod @@ -2592,6 +2592,15 @@ are run by hand, they succeed. We suggest upgrading to at least vac version 5.0.1.0, that has been known to compile Perl correctly. "lslpp -L|grep vac.C" will tell you the vac version. See README.aix. +=item * + +If building threaded Perl, you may get compilation warning from pp_sys.c: + + "pp_sys.c", line 4651.39: 1506-280 (W) Function argument assignment between types "unsigned char*" and "const void*" is not allowed. + +This is harmless; it is caused by the getnetbyaddr() and getnetbyaddr_r() +having slightly different types for their first argument. + =back =head2 Amiga Perl Invoking Mystery