[Arsperl-users] Make Errors
Brought to you by:
jeffmurphy
|
From: Steve M. <Ste...@ch...> - 2009-02-12 19:26:19
|
Hello Everyone,
I've just upgraded my dev and QA servers to 7.1 and while compiling the
latest arsperl I got the following warnings:
cc -c -I/remedy/arAPI/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64
-xarch=v8 -D_TS_ERRNO -xO3 -xspace -xildoff -DVERSION=\"1.91\"
-DXS_VERSION=\"1.91\" -KPIC "-I/usr/perl5/5.8.4/lib/sun4-solaris-64int/CORE"
-g -DARS32 -DARS452 -DPERL_PATCHLEVEL_IS=8 -DPERL_SUBVERSION_IS=4
-DPERL_BASEREV_IS=50 support.c
"support.c", line 3358: warning: argument #2 is incompatible with prototype:
prototype: pointer to unsigned int : "support.c", line 825
argument : pointer to int
cc -c -I/remedy/arAPI/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64
-xarch=v8 -D_TS_ERRNO -xO3 -xspace -xildoff -DVERSION=\"1.91\"
-DXS_VERSION=\"1.91\" -KPIC "-I/usr/perl5/5.8.4/lib/sun4-solaris-64int/CORE"
-g -DARS32 -DARS452 -DPERL_PATCHLEVEL_IS=8 -DPERL_SUBVERSION_IS=4
-DPERL_BASEREV_IS=50 supportrev.c
"supportrev.c", line 1244: warning: argument #2 is incompatible with
prototype:
prototype: pointer to unsigned int :
"/usr/perl5/5.8.4/lib/sun4-solaris-64int/CORE/proto.h", line 1289
argument : pointer to int
Anybody seen thisbefore and have a fix?
|