summaryrefslogtreecommitdiff
path: root/plugins/IEHistory/src/services.cpp
diff options
context:
space:
mode:
authorGeorge Hazan <george.hazan@gmail.com>2015-08-04 07:39:03 +0000
committerGeorge Hazan <george.hazan@gmail.com>2015-08-04 07:39:03 +0000
commit10a684329affeb7fd20c777e1795ad7f212815f5 (patch)
tree73ce1884c14f763f232f20a60d0db2a74c47d09c /plugins/IEHistory/src/services.cpp
parentfbeb917c5230e0f64fb45e22488e91ab2f35c8f8 (diff)
warning fixes
git-svn-id: http://svn.miranda-ng.org/main/trunk@14837 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/IEHistory/src/services.cpp')
-rw-r--r--plugins/IEHistory/src/services.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/IEHistory/src/services.cpp b/plugins/IEHistory/src/services.cpp
index 9ad611dd62..a907a4e218 100644
--- a/plugins/IEHistory/src/services.cpp
+++ b/plugins/IEHistory/src/services.cpp
@@ -35,7 +35,7 @@ int DestroyServices()
return 0;
}
-INT_PTR ShowContactHistoryService(WPARAM wParam, LPARAM lParam)
+INT_PTR ShowContactHistoryService(WPARAM wParam, LPARAM)
{
Log("%s", "Entering function " __FUNCTION__);
HWND historyDlg;