From ff710528dbb61e071fac856e1923f8a59c689a2a Mon Sep 17 00:00:00 2001 From: "jan.nijtmans" Date: Fri, 18 Feb 2022 16:31:26 +0000 Subject: Eliminate aarch64-w64-mingw32-clang warning --- win/tclWin32Dll.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/win/tclWin32Dll.c b/win/tclWin32Dll.c index 8620a08..9e83b46 100644 --- a/win/tclWin32Dll.c +++ b/win/tclWin32Dll.c @@ -90,7 +90,7 @@ BOOL APIENTRY DllEntryPoint( HINSTANCE hInst, /* Library instance handle. */ DWORD reason, /* Reason this function is being called. */ - LPVOID reserved) /* Not used. */ + LPVOID reserved) { return DllMain(hInst, reason, reserved); } @@ -837,6 +837,8 @@ TclWinCPUID( # endif #else + (void)index; + (void)regsPtr; /* * Don't know how to do assembly code for this compiler and/or * architecture. -- cgit v0.12