Fix Mac debug build

This commit is contained in:
Xinyu Hou
2017-12-04 10:48:34 -05:00
parent 3e7d9fca40
commit eb8416b27f

View File

@@ -449,7 +449,7 @@ ArchMultithreadPosix::cancelThread(ArchThread thread)
}
void
ArchMultithreadPosix::setPriorityOfThread(ArchThread /*thread*/, int /*n*/)
ArchMultithreadPosix::setPriorityOfThread(ArchThread thread, int /*n*/)
{
assert(thread != NULL);