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

certified/13.21
Jenkins2 7 years ago committed by Gerrit Code Review
commit 359a0cc5a2

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

Loading…
Cancel
Save