[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
Re: [Libevent-users] Found a warning in libevent 2.0.21
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.