On Thu, Sep 19, 2013 at 10:27 AM, Ralph Castain <[email protected]> wrote:
> Yes, it also seems happy with
>
>            void (*tptr)() = arc4random_buf;
>

Okay; merged.  I had to go with

void (*tptr)(void *,size_t) =
   (void (*)(void*,size_t))arc4random_buf;

to avoid another compiler warning; let's see how this goes.

-- 
Nick
***********************************************************************
To unsubscribe, send an e-mail to [email protected] with
unsubscribe libevent-users    in the body.

Reply via email to