diff options
Diffstat (limited to 'plugins/DbChecker/src/worker.cpp')
-rw-r--r-- | plugins/DbChecker/src/worker.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/DbChecker/src/worker.cpp b/plugins/DbChecker/src/worker.cpp index 4c7137f9b6..6d7dd5fe14 100644 --- a/plugins/DbChecker/src/worker.cpp +++ b/plugins/DbChecker/src/worker.cpp @@ -72,7 +72,7 @@ static void Finalize(time_t& ts) AddToStatus(STATUS_WARNING, TranslateT("Unable to rename output file"));
}
-void __cdecl WorkerThread(void *unused)
+void __cdecl WorkerThread(void *)
{
int task, firstTime;
time_t ts = time(NULL);
|