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