VeraCrypt
aboutsummaryrefslogtreecommitdiff
path: root/src/Common
diff options
context:
space:
mode:
authorMounir IDRASSI <mounir.idrassi@idrix.fr>2013-06-22 17:42:54 +0200
committerMounir IDRASSI <mounir.idrassi@idrix.fr>2014-11-08 23:18:27 +0100
commit2cebc23aa5983c16211e6ab4e318b7b3b20c4321 (patch)
tree0c86c6b9ea79f2dc42027b74ef700d1692edd804 /src/Common
parentecff8dc898794e8ade4ac6287e4e6f187cd61782 (diff)
downloadVeraCrypt-2cebc23aa5983c16211e6ab4e318b7b3b20c4321.tar.gz
VeraCrypt-2cebc23aa5983c16211e6ab4e318b7b3b20c4321.zip
Comment unused variables
Diffstat (limited to 'src/Common')
-rw-r--r--src/Common/Dlgcode.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Common/Dlgcode.c b/src/Common/Dlgcode.c
index c8864372..ed8d608a 100644
--- a/src/Common/Dlgcode.c
+++ b/src/Common/Dlgcode.c
@@ -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;