From 2a984f7b7b1fc33af714c3346badd0df6ca459bc Mon Sep 17 00:00:00 2001 From: George Hazan Date: Sun, 14 Dec 2014 19:57:43 +0000 Subject: IRC: warning level 4 git-svn-id: http://svn.miranda-ng.org/main/trunk@11423 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- protocols/IRCG/IRC_12.vcxproj | 8 ++++---- protocols/IRCG/src/main.cpp | 2 +- protocols/IRCG/src/scripting.cpp | 2 +- protocols/IRCG/src/services.cpp | 2 +- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/protocols/IRCG/IRC_12.vcxproj b/protocols/IRCG/IRC_12.vcxproj index 16ccae6e6d..e61311d11e 100644 --- a/protocols/IRCG/IRC_12.vcxproj +++ b/protocols/IRCG/IRC_12.vcxproj @@ -83,7 +83,7 @@ MultiThreadedDebugDLL Use irc.h - Level3 + Level4 EditAndContinue 4996;4125;%(DisableSpecificWarnings) false @@ -113,7 +113,7 @@ MultiThreadedDebugDLL Use irc.h - Level3 + Level4 4996;4125;%(DisableSpecificWarnings) false @@ -145,7 +145,7 @@ Fast Use irc.h - Level3 + Level4 4996;4125;%(DisableSpecificWarnings) @@ -178,7 +178,7 @@ Fast Use irc.h - Level3 + Level4 4996;4125;%(DisableSpecificWarnings) diff --git a/protocols/IRCG/src/main.cpp b/protocols/IRCG/src/main.cpp index e5d7dc7e3a..12760a4a8a 100644 --- a/protocols/IRCG/src/main.cpp +++ b/protocols/IRCG/src/main.cpp @@ -63,7 +63,7 @@ extern "C" BOOL WINAPI DllMain(HINSTANCE hinstDLL, DWORD, LPVOID) return TRUE; } -extern "C" __declspec(dllexport) PLUGININFOEX* MirandaPluginInfoEx(DWORD mirandaVersion) +extern "C" __declspec(dllexport) PLUGININFOEX* MirandaPluginInfoEx(DWORD) { return &pluginInfo; } diff --git a/protocols/IRCG/src/scripting.cpp b/protocols/IRCG/src/scripting.cpp index cbbd1679f7..2da94329df 100644 --- a/protocols/IRCG/src/scripting.cpp +++ b/protocols/IRCG/src/scripting.cpp @@ -48,7 +48,7 @@ INT_PTR __cdecl CIrcProto::Scripting_InsertRawOut( WPARAM, LPARAM lParam ) return 1; } -INT_PTR __cdecl CIrcProto::Scripting_InsertGuiIn(WPARAM wParam,LPARAM lParam) +INT_PTR __cdecl CIrcProto::Scripting_InsertGuiIn(WPARAM, LPARAM) { return 1; } diff --git a/protocols/IRCG/src/services.cpp b/protocols/IRCG/src/services.cpp index 2fb8ea9c0a..9d0bed7754 100644 --- a/protocols/IRCG/src/services.cpp +++ b/protocols/IRCG/src/services.cpp @@ -495,7 +495,7 @@ static void DoChatFormatting(TCHAR* pszText) } } -int __cdecl CIrcProto::GCEventHook(WPARAM wParam, LPARAM lParam) +int __cdecl CIrcProto::GCEventHook(WPARAM, LPARAM lParam) { GCHOOK *gch = (GCHOOK*)lParam; CMString S = _T(""); -- cgit v1.2.3