MUtilities development repository
Revision | e5e3b1b1a19b86fdb3e12a4084ccfb9e1b488481 (tree) |
---|---|
Zeit | 2021-12-24 00:57:26 |
Autor | ![]() |
Commiter | LoRd_MuldeR |
Fixed some more level #4 warnings in Debug build.
@@ -57,7 +57,7 @@ namespace MUtils | ||
57 | 57 | |
58 | 58 | private: |
59 | 59 | IPCChannel(const IPCChannel&) : p(NULL), m_appVersionNo((unsigned int)(-1)) { throw "Constructor is disabled!"; } |
60 | - IPCChannel &operator=(const IPCChannel&) { throw "Assignment operator is disabled!"; return *this; } | |
60 | + IPCChannel &operator=(const IPCChannel&) { throw "Assignment operator is disabled!"; } | |
61 | 61 | |
62 | 62 | const QString m_applicationId; |
63 | 63 | const QString m_channelId; |
@@ -26,7 +26,7 @@ | ||
26 | 26 | #define WIN32_LEAN_AND_MEAN 1 |
27 | 27 | #include <Windows.h> |
28 | 28 | |
29 | -BOOL APIENTRY DllMain(HMODULE hModule, DWORD ul_reason_for_call, LPVOID lpReserved) | |
29 | +BOOL APIENTRY DllMain(HMODULE /*hModule*/, DWORD ul_reason_for_call, LPVOID /*lpReserved*/) | |
30 | 30 | { |
31 | 31 | switch (ul_reason_for_call) |
32 | 32 | { |