summaryrefslogtreecommitdiff
path: root/plugins/DbChecker/src/worker.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/DbChecker/src/worker.cpp')
-rw-r--r--plugins/DbChecker/src/worker.cpp2
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);