Fixed some more level #4 warnings in Debug build.
This commit is contained in:
parent
c027d08c84
commit
e5e3b1b1a1
@ -57,7 +57,7 @@ namespace MUtils
|
||||
|
||||
private:
|
||||
IPCChannel(const IPCChannel&) : p(NULL), m_appVersionNo((unsigned int)(-1)) { throw "Constructor is disabled!"; }
|
||||
IPCChannel &operator=(const IPCChannel&) { throw "Assignment operator is disabled!"; return *this; }
|
||||
IPCChannel &operator=(const IPCChannel&) { throw "Assignment operator is disabled!"; }
|
||||
|
||||
const QString m_applicationId;
|
||||
const QString m_channelId;
|
||||
|
@ -26,7 +26,7 @@
|
||||
#define WIN32_LEAN_AND_MEAN 1
|
||||
#include <Windows.h>
|
||||
|
||||
BOOL APIENTRY DllMain(HMODULE hModule, DWORD ul_reason_for_call, LPVOID lpReserved)
|
||||
BOOL APIENTRY DllMain(HMODULE /*hModule*/, DWORD ul_reason_for_call, LPVOID /*lpReserved*/)
|
||||
{
|
||||
switch (ul_reason_for_call)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user