This commit is contained in:
Akash Mozumdar 2018-09-20 22:42:15 -04:00
parent 4bc0c834d7
commit c5d5976b47
2 changed files with 2 additions and 2 deletions

View File

@ -23,7 +23,7 @@ int currentHook = 0, userhookCount = 0;
DWORD trigger = 0;
HANDLE hmMutex;
BOOL WINAPI DllMain(HINSTANCE hModule, DWORD fdwReason, LPVOID unused)
BOOL WINAPI DllMain(HINSTANCE hModule, DWORD fdwReason, LPVOID)
{
switch (fdwReason)
{

View File

@ -21,7 +21,7 @@ DWORD DUMMY[100];
void CreatePipe()
{
CreateThread(nullptr, 0, [](LPVOID unused)
CreateThread(nullptr, 0, [](LPVOID)
{
enum { STANDARD_WAIT = 50 };
while (::running)