From 98fe8db0f24e050b091d6ba27f945075ef630422 Mon Sep 17 00:00:00 2001 From: Kirill Volinsky Date: Fri, 12 Dec 2014 16:45:38 +0000 Subject: XSoundNotify: changed warning lavel to w4 git-svn-id: http://svn.miranda-ng.org/main/trunk@11350 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/XSoundNotify/XSoundNotify_12.vcxproj | 8 ++++---- plugins/XSoundNotify/src/dialog.cpp | 2 +- plugins/XSoundNotify/src/xsn_main.cpp | 8 ++++---- 3 files changed, 9 insertions(+), 9 deletions(-) (limited to 'plugins') diff --git a/plugins/XSoundNotify/XSoundNotify_12.vcxproj b/plugins/XSoundNotify/XSoundNotify_12.vcxproj index 5ae49b2262..6e04bdf682 100644 --- a/plugins/XSoundNotify/XSoundNotify_12.vcxproj +++ b/plugins/XSoundNotify/XSoundNotify_12.vcxproj @@ -78,7 +78,7 @@ true true Full - Level3 + Level4 ..\..\include;..\ExternalAPI;src\wtl\include;%(AdditionalIncludeDirectories) NDEBUG;_WINDOWS;_USRDLL;%(PreprocessorDefinitions) Size @@ -108,7 +108,7 @@ true true Full - Level3 + Level4 ..\..\include;..\ExternalAPI;src\wtl\include;%(AdditionalIncludeDirectories) NDEBUG;_WINDOWS;_USRDLL;%(PreprocessorDefinitions) Size @@ -137,7 +137,7 @@ MultiThreadedDebugDLL false Disabled - Level3 + Level4 true EditAndContinue ..\..\include;..\ExternalAPI;src\wtl\include;%(AdditionalIncludeDirectories) @@ -166,7 +166,7 @@ MultiThreadedDebugDLL false Disabled - Level3 + Level4 ProgramDatabase ..\..\include;..\ExternalAPI;src\wtl\include;%(AdditionalIncludeDirectories) _DEBUG;_WINDOWS;_USRDLL;%(PreprocessorDefinitions) diff --git a/plugins/XSoundNotify/src/dialog.cpp b/plugins/XSoundNotify/src/dialog.cpp index 9967551f53..ae958999da 100644 --- a/plugins/XSoundNotify/src/dialog.cpp +++ b/plugins/XSoundNotify/src/dialog.cpp @@ -202,7 +202,7 @@ static INT_PTR CALLBACK DlgProcContactsOptions(HWND hwndDlg, UINT msg, WPARAM wP return FALSE; } -INT_PTR ShowDialog(WPARAM wParam, LPARAM lParam) +INT_PTR ShowDialog(WPARAM wParam, LPARAM) { HWND hChangeSoundDlg = WindowList_Find(hChangeSoundDlgList, wParam); if (!hChangeSoundDlg) { diff --git a/plugins/XSoundNotify/src/xsn_main.cpp b/plugins/XSoundNotify/src/xsn_main.cpp index 35bdcec03d..0fda900bbd 100644 --- a/plugins/XSoundNotify/src/xsn_main.cpp +++ b/plugins/XSoundNotify/src/xsn_main.cpp @@ -32,7 +32,7 @@ PLUGININFOEX pluginInfo = { { 0x8b86253, 0xec6e, 0x4d09, { 0xb7, 0xa9, 0x64, 0xac, 0xdf, 0x6, 0x27, 0xb8 } } }; -BOOL WINAPI DllMain(HINSTANCE hinstDLL, DWORD fdwReason, LPVOID lpvReserved) +BOOL WINAPI DllMain(HINSTANCE hinstDLL, DWORD, LPVOID) { hInst = hinstDLL; return TRUE; @@ -82,7 +82,7 @@ void InitSelfSounds() } } -static int ProtoAck(WPARAM wParam, LPARAM lParam) +static int ProtoAck(WPARAM, LPARAM lParam) { ACKDATA *ack = (ACKDATA*)lParam; if (ack != 0 && ack->szModule && ack->type == ACKTYPE_STATUS && ack->result == ACKRESULT_SUCCESS) { @@ -166,7 +166,7 @@ static int OnPlaySound(WPARAM, LPARAM) return 0; } -static int OnLoadInit(WPARAM wParam, LPARAM lParam) +static int OnLoadInit(WPARAM, LPARAM) { mir_getCI(NULL); @@ -182,7 +182,7 @@ static int OnLoadInit(WPARAM wParam, LPARAM lParam) return 0; } -static int PrebuildContactMenu(WPARAM wParam, LPARAM lParam) +static int PrebuildContactMenu(WPARAM wParam, LPARAM) { MCONTACT hContact = wParam; if (hContact) { -- cgit v1.2.3