Cycles: Code cleanup, prepare for strict C++ flags

This commit is contained in:
2015-03-27 15:47:55 +05:00
parent 232c2d382e
commit 585dd26120
29 changed files with 128 additions and 97 deletions

View File

@@ -237,7 +237,7 @@ bool TaskScheduler::thread_wait_pop(Entry& entry)
return true;
}
void TaskScheduler::thread_run(int thread_id)
void TaskScheduler::thread_run(int /*thread_id*/)
{
Entry entry;