Skip to content

Commit c67f50d

Browse files
authored
Fix windows compile issue
1 parent 918a7cc commit c67f50d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/libblastrampoline.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -401,7 +401,7 @@ LBT_DLLEXPORT int32_t lbt_forward(const char * libname, int32_t clear, int32_t v
401401
*/
402402
#ifdef _OS_WINDOWS_
403403
void * _win32_self_handle;
404-
BOOL APIENTRY DllMain(HINSTANCE hModule, DWORD code, void *) {
404+
BOOL APIENTRY DllMain(HINSTANCE hModule, DWORD code, void *reserved) {
405405
if (code == DLL_PROCESS_ATTACH) {
406406
_win32_self_handle = (void *)hModule;
407407
}

0 commit comments

Comments
 (0)