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

This commit is contained in:
Jenkins2
2018-03-06 13:17:54 -06:00
committed by Gerrit Code Review

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