--On 6 August 2013 14:34:00 +0200 Stefan Hajnoczi <stefa...@redhat.com> wrote:

+static void aio_timerlist_notify(void *opaque)
+{
+    aio_notify((AioContext *)opaque);

void * is automatically converted to any pointer type.  No need for an
explicit cast, a C compiler doesn't emit a warning here.

OK

--
Alex Bligh

Reply via email to