MINOR: task: Fix compiler warning.
authorDavid Carlier <devnexen@gmail.com>
Tue, 5 Jun 2018 10:41:03 +0000 (10:41 +0000)
committerWilly Tarreau <w@1wt.eu>
Tue, 5 Jun 2018 11:55:57 +0000 (13:55 +0200)
commitcc0a957a50caa850877592f271258274561def0e
tree296b807b60fd08606bf7e3ace80629c83ed7e125
parent10d81b8757f71ed85bce3fcc80125545fd75a178
MINOR: task: Fix compiler warning.

Waking up task, when checking if it is a valid entry.
Similarly to commit caa8a37ffe5922efda7fd7b882e96964b40d7135,
casting explicitally to void pointer as HA_ATOMIC_CAS needs.
src/task.c