From 46a3fe1458b6d34eb5f1b97e8fc6f60656cb3611 Mon Sep 17 00:00:00 2001 From: Mounir IDRASSI Date: Sun, 11 Jun 2017 11:07:51 +0200 Subject: Windows: fix compiler warnings --- src/Mount/Mount.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/Mount/Mount.c') diff --git a/src/Mount/Mount.c b/src/Mount/Mount.c index 6b4d92dc..51a856e4 100644 --- a/src/Mount/Mount.c +++ b/src/Mount/Mount.c @@ -11065,7 +11065,7 @@ static BOOL CALLBACK BootLoaderPreferencesDlgProc (HWND hwndDlg, UINT msg, WPARA { platforminfo = ReadESPFile (L"\\EFI\\VeraCrypt\\PlatformInfo", true); } - catch (Exception &e) {} + catch (Exception &) {} if (platforminfo.length() == 0) { -- cgit v1.2.3