BuildSystem: Cast any intptr_t explicitly to its proposed type.

ASTERISK-27713

Change-Id: I90c769e3c7f8c26de8a3af11335862cec15a1b22
This commit is contained in:
Alexander Traud
2018-03-03 15:30:47 +01:00
parent 0a452a5f1d
commit 6b899b2849

View File

@@ -506,7 +506,7 @@ static void *kqueue_daemon(void *data)
continue;
}
sp = kev.udata;
sp = (struct state *) kev.udata;
AST_LIST_LOCK(&zonelist);
/* see comment near psx_sp in add_notify() */