Merge "BuildSystem: Cast any intptr_t explicitly to its proposed type." into 15

15.6
Jenkins2 7 years ago committed by Gerrit Code Review
commit c491ed7512

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

Loading…
Cancel
Save