mirror of
https://github.com/keymanapp/keyman.git
synced 2026-08-12 11:55:32 +00:00
chore(windows): unreferenced param in release build
This commit is contained in:
parent
be1b8f6457
commit
b7d4e83270
1 changed files with 4 additions and 0 deletions
|
|
@ -16,6 +16,10 @@ typedef BOOL
|
|||
);
|
||||
|
||||
DWORD ExceptionMessage(LPSTR Proc, LPEXCEPTION_POINTERS ep) {
|
||||
#ifndef _DEBUG
|
||||
UNREFERENCED_PARAMETER(Proc);
|
||||
#endif
|
||||
|
||||
MINIDUMP_EXCEPTION_INFORMATION mei;
|
||||
char filename[MAX_PATH], temppath[MAX_PATH];
|
||||
if (GetTempPath(MAX_PATH, temppath) == 0 ||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue