diff options
author | Mounir IDRASSI <mounir.idrassi@idrix.fr> | 2017-06-11 11:07:51 +0200 |
---|---|---|
committer | Mounir IDRASSI <mounir.idrassi@idrix.fr> | 2017-06-11 17:28:19 +0200 |
commit | 46a3fe1458b6d34eb5f1b97e8fc6f60656cb3611 (patch) | |
tree | 848348ef001de15833d5d27c7efcc33851eae2d2 /src/Mount/Mount.c | |
parent | 6ed97738946b5ed7acd28116972a1fe720debc3d (diff) | |
download | VeraCrypt-46a3fe1458b6d34eb5f1b97e8fc6f60656cb3611.tar.gz VeraCrypt-46a3fe1458b6d34eb5f1b97e8fc6f60656cb3611.zip |
Windows: fix compiler warnings
Diffstat (limited to 'src/Mount/Mount.c')
-rw-r--r-- | src/Mount/Mount.c | 2 |
1 files changed, 1 insertions, 1 deletions
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) { |