mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-02 11:06:31 +00:00
Merge "BuildSystem: Cast any intptr_t explicitly to its proposed type."
This commit is contained in:
@@ -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() */
|
||||
|
Reference in New Issue
Block a user