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 e58ae393b1
commit 5d19762b5f
1 changed files with 1 additions and 1 deletions

View File

@ -504,7 +504,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() */