(svn r13411) -Codechange: remove the return value from the thread procs because it is never used.
This commit is contained in:
@@ -1607,10 +1607,9 @@ static SaveOrLoadResult SaveFileToDisk(bool threaded)
|
||||
}
|
||||
}
|
||||
|
||||
static void * CDECL SaveFileToDiskThread(void *arg)
|
||||
static void SaveFileToDiskThread(void *arg)
|
||||
{
|
||||
SaveFileToDisk(true);
|
||||
return NULL;
|
||||
}
|
||||
|
||||
void WaitTillSaved()
|
||||
|
Reference in New Issue
Block a user