Avoid some lint warnings
This commit is contained in:
@@ -362,8 +362,8 @@ static struct mqueue *mq;
|
|||||||
static void mqueue_handler(int id, void *data, void *arg)
|
static void mqueue_handler(int id, void *data, void *arg)
|
||||||
{
|
{
|
||||||
if (id == ID_UA_STOP_ALL) {
|
if (id == ID_UA_STOP_ALL) {
|
||||||
LOGD("calling ua_stop_all with force %u\n", (unsigned)data);
|
LOGD("calling ua_stop_all with force %u\n", (unsigned)(uintptr_t)data);
|
||||||
ua_stop_all((bool)data);
|
ua_stop_all((bool)(uintptr_t)data);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user