[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
Re: [Libevent-users] Found a warning in libevent 2.0.21
Worked on my Mac...
On Sep 19, 2013, at 7:49 AM, Nick Mathewson <nickm@xxxxxxxxxxxxx> wrote:
> On Thu, Sep 19, 2013 at 10:27 AM, Ralph Castain <rhc@xxxxxxxxxxxx> 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 majordomo@xxxxxxxxxxxxx with
> unsubscribe libevent-users in the body.
***********************************************************************
To unsubscribe, send an e-mail to majordomo@xxxxxxxxxxxxx with
unsubscribe libevent-users in the body.