summaryrefslogtreecommitdiff
path: root/plugins/DbChecker/src/worker.cpp
diff options
context:
space:
mode:
authorKirill Volinsky <mataes2007@gmail.com>2014-12-14 15:09:23 +0000
committerKirill Volinsky <mataes2007@gmail.com>2014-12-14 15:09:23 +0000
commit8c538dbff915b405d9b41fe51ca78618a78cf46d (patch)
treedbdbd9c3aeaab9be9f1b4253d0ec45a250a6f43e /plugins/DbChecker/src/worker.cpp
parent100f19d51ba640c183c651426555145e8f9f2014 (diff)
DbChecker: changed warning lavel to w4
git-svn-id: http://svn.miranda-ng.org/main/trunk@11413 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
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);