Fix 'unused parameter' warnings on windows

This commit is contained in:
jp9000
2014-07-12 11:59:07 -07:00
parent f357973470
commit f675c8029f
4 changed files with 12 additions and 0 deletions

View File

@@ -352,5 +352,7 @@ BOOL WINAPI DllMain(HINSTANCE hinst_dll, DWORD reason, LPVOID reserved)
break;
}
UNUSED_PARAMETER(hinst_dll);
UNUSED_PARAMETER(reserved);
return true;
}