On 04/23/2015 11:54 AM, Yann Ylavic wrote:
On Thu, Apr 23, 2015 at 3:55 PM, Jeff Trawick <traw...@gmail.com> wrote:
warnings in test suite with Sun compiler on Solaris 10, some of which is
from relatively new code (not researched, maybe the API is defined in a way
that this compiler will never be happy):

"testatomic.c", line 208: warning: initializer does not fit or is out of
range: -1
"testatomic.c", line 221: warning: initializer does not fit or is out of
range: -1
"testatomic.c", line 222: warning: initializer does not fit or is out of
range: -1
  Is it fixed by r1675662?
fixed :)
"testskiplist.c", line 75: warning: argument #2 is incompatible with
prototype:
     prototype: pointer to function(pointer to void, pointer to void)
returning int : "../include/apr_skiplist.h", line 111
     argument : pointer to void
"testskiplist.c", line 75: warning: argument #3 is incompatible with
prototype:
     prototype: pointer to function(pointer to void, pointer to void)
returning int : "../include/apr_skiplist.h", line 111
     argument : pointer to void
"testskiplist.c", line 235: warning: argument #2 is incompatible with
prototype:
     prototype: pointer to function(pointer to void, pointer to void)
returning int : "../include/apr_skiplist.h", line 111
     argument : pointer to void
"testskiplist.c", line 235: warning: argument #3 is incompatible with
prototype:
     prototype: pointer to function(pointer to void, pointer to void)
returning int : "../include/apr_skiplist.h", line 111
     argument : pointer to void
And this ones by r1675651?
fixed :)

Reply via email to