summaryrefslogtreecommitdiff
path: root/plugins/PasteIt/src/PasteIt.cpp
diff options
context:
space:
mode:
authorVadim Dashevskiy <watcherhd@gmail.com>2015-07-26 11:09:09 +0000
committerVadim Dashevskiy <watcherhd@gmail.com>2015-07-26 11:09:09 +0000
commit4de481d21875be49d114de8cb83fa12e02685b86 (patch)
treeac0a01875444120055d03b2b08e40d999b6e8132 /plugins/PasteIt/src/PasteIt.cpp
parent22b4701daaf78b2e95d51d2eb487a5958ec4e73e (diff)
PasteIt: common project
git-svn-id: http://svn.miranda-ng.org/main/trunk@14718 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/PasteIt/src/PasteIt.cpp')
-rw-r--r--plugins/PasteIt/src/PasteIt.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/plugins/PasteIt/src/PasteIt.cpp b/plugins/PasteIt/src/PasteIt.cpp
index 7091aa87c4..ec9362f327 100644
--- a/plugins/PasteIt/src/PasteIt.cpp
+++ b/plugins/PasteIt/src/PasteIt.cpp
@@ -55,7 +55,7 @@ static IconItem icon = { LPGEN("Paste It"), "PasteIt_main", IDI_MENU };
int hLangpack = 0;
-BOOL APIENTRY DllMain(HMODULE hModule, DWORD ul_reason_for_call, LPVOID lpReserved)
+BOOL APIENTRY DllMain(HMODULE hModule, DWORD, LPVOID)
{
hInst = hModule;
return TRUE;
@@ -268,7 +268,7 @@ int TabsrmmButtonPressed(WPARAM hContact, LPARAM lParam)
return 0;
}
-int PrebuildContactMenu(WPARAM wParam, LPARAM lParam)
+int PrebuildContactMenu(WPARAM wParam, LPARAM)
{
bool bIsContact = false;
@@ -358,7 +358,7 @@ void InitTabsrmmButton()
}
}
-int WindowEvent(WPARAM wParam, MessageWindowEventData* lParam)
+int WindowEvent(WPARAM, MessageWindowEventData* lParam)
{
if (lParam->uType == MSG_WINDOW_EVT_OPEN)
{
@@ -383,7 +383,7 @@ int WindowEvent(WPARAM wParam, MessageWindowEventData* lParam)
return 0;
}
-int ModulesLoaded(WPARAM wParam, LPARAM lParam)
+int ModulesLoaded(WPARAM, LPARAM)
{
InitMenuItems();
InitTabsrmmButton();