mirror of
https://github.com/microsoft/mimalloc.git
synced 2024-12-27 13:33:18 +08:00
fix more warnings on mingw build
This commit is contained in:
parent
c1c848516c
commit
91222691cb
@ -390,6 +390,7 @@ static void mi_process_done(void) {
|
||||
|
||||
__declspec(dllexport) BOOL WINAPI DllMain(HINSTANCE inst, DWORD reason, LPVOID reserved) {
|
||||
UNUSED(reserved);
|
||||
UNUSED(inst);
|
||||
if (reason==DLL_PROCESS_ATTACH) {
|
||||
mi_process_init();
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user