summaryrefslogtreecommitdiff
path: root/plugins/StatusChange/src/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/StatusChange/src/main.cpp')
-rw-r--r--plugins/StatusChange/src/main.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/plugins/StatusChange/src/main.cpp b/plugins/StatusChange/src/main.cpp
index 364d43b308..e5e1b035c6 100644
--- a/plugins/StatusChange/src/main.cpp
+++ b/plugins/StatusChange/src/main.cpp
@@ -43,7 +43,7 @@ void LoadOptions()
Options.IfOuttolunch = (BOOL)db_get_b(NULL, PLUGINNAME, "IfOuttolunch", FALSE);
}
-static int StatusChangeGetMessage(WPARAM wParam, LPARAM hDbEvent)
+static int StatusChangeGetMessage(WPARAM, LPARAM hDbEvent)
{
int status;
BOOL read, send, change_status;
@@ -310,7 +310,7 @@ static INT_PTR CALLBACK DlgProcStatusChangeOpts(HWND hwndDlg, UINT msg, WPARAM w
return FALSE;
}
-int StatusChangeOptInit(WPARAM wParam, LPARAM lParam)
+int StatusChangeOptInit(WPARAM wParam, LPARAM)
{
OPTIONSDIALOGPAGE odp = { 0 };
odp.hInstance = hInst;
@@ -323,13 +323,13 @@ int StatusChangeOptInit(WPARAM wParam, LPARAM lParam)
return 0;
}
-BOOL WINAPI DllMain(HINSTANCE hinstDLL, DWORD fdwReason, LPVOID lpvReserved)
+BOOL WINAPI DllMain(HINSTANCE hinstDLL, DWORD, LPVOID)
{
hInst = hinstDLL;
return TRUE;
}
-extern "C" __declspec(dllexport) PLUGININFOEX* MirandaPluginInfoEx(DWORD mirandaVersion)
+extern "C" __declspec(dllexport) PLUGININFOEX* MirandaPluginInfoEx(DWORD)
{
return &pluginInfo;
}