On 04/23/2015 09:33 AM, Yann Ylavic wrote:
On Thu, Apr 23, 2015 at 12:19 AM, Jeff Trawick <traw...@gmail.com> wrote:
(subject says it all)
Should we add https://bz.apache.org/bugzilla/attachment.cgi?id=32643
from PR 55418?
looks reasonable to me (not tested)
Also https://bz.apache.org/bugzilla/show_bug.cgi?id=55418#c4 suggests
test suite may be broken for solaris (or is it a known issue?).
no failures here with apr-1.5.x HEAD on Solaris 10 U5 (2008 :) ) with
Sun compiler from that era...
--/--
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
"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