mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-06 12:36:58 +00:00
BuildSystem: Cast any intptr_t explicitly to its proposed type.
ASTERISK-27713 Change-Id: I90c769e3c7f8c26de8a3af11335862cec15a1b22
This commit is contained in:
@@ -504,7 +504,7 @@ static void *kqueue_daemon(void *data)
|
|||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
|
|
||||||
sp = kev.udata;
|
sp = (struct state *) kev.udata;
|
||||||
|
|
||||||
AST_LIST_LOCK(&zonelist);
|
AST_LIST_LOCK(&zonelist);
|
||||||
/* see comment near psx_sp in add_notify() */
|
/* see comment near psx_sp in add_notify() */
|
||||||
|
Reference in New Issue
Block a user