On 09.06.2017 15:09, William A Rowe Jr wrote:
> With good fortune, all architecture-specific issues are fixed,
> and we are ready to bless a 1.6 initial release. Usual
> http://apr.apache.org/dev/dist/ path contains the candidate.
>
>   +/- votes please
>   [  ] Release apr 1.6.2


+1

OS X 10.11.6 El Capitan

Tested with the APR-Util 1.6.0 release candidate and Subversion trunk.

With one warning:

../apr-1.6.2/atomic/unix/builtins.c:71:53: warning: passing 'const void *' to 
parameter of type 'volatile void *' discards
      qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
    return (void*) __sync_val_compare_and_swap(mem, cmp, with);
                                                    ^~~


-- Brane

Reply via email to