We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4505a42 commit 14cf05dCopy full SHA for 14cf05d
src/global.c
@@ -228,6 +228,9 @@ void git__free_tls_data(void)
228
229
BOOL WINAPI DllMain(HINSTANCE hInstDll, DWORD fdwReason, LPVOID lpvReserved)
230
{
231
+ GIT_UNUSED(hInstDll);
232
+ GIT_UNUSED(lpvReserved);
233
+
234
/* This is how Windows lets us know our thread is being shut down */
235
if (fdwReason == DLL_THREAD_DETACH) {
236
git__free_tls_data();
0 commit comments