mirror of
https://github.com/veracrypt/VeraCrypt.git
synced 2025-11-12 11:28:26 -06:00
Windows: fix compiler warnings
This commit is contained in:
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user