From 2cebc23aa5983c16211e6ab4e318b7b3b20c4321 Mon Sep 17 00:00:00 2001 From: Mounir IDRASSI Date: Sat, 22 Jun 2013 17:42:54 +0200 Subject: Comment unused variables --- src/Common/Dlgcode.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/Common/Dlgcode.c') 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; -- cgit v1.2.3