mirror of
https://github.com/veracrypt/VeraCrypt.git
synced 2025-11-11 02:58:02 -06:00
Comment unused variables
This commit is contained in:
@@ -1655,10 +1655,10 @@ void ExceptionHandlerThread (void *threadArg)
|
||||
DWORD addr;
|
||||
DWORD exCode = ep->ExceptionRecord->ExceptionCode;
|
||||
SYSTEM_INFO si;
|
||||
wchar_t msg[8192];
|
||||
// wchar_t msg[8192];
|
||||
char modPath[MAX_PATH];
|
||||
int crc = 0;
|
||||
char url[MAX_URL_LENGTH];
|
||||
// char url[MAX_URL_LENGTH];
|
||||
char lpack[128];
|
||||
stringstream callStack;
|
||||
addr = (DWORD) ep->ExceptionRecord->ExceptionAddress;
|
||||
|
||||
Reference in New Issue
Block a user