commit | 513305859675cbac9a50ef50ab3046359f166383 | [log] [tgz] |
---|---|---|
author | Patrick Williams <patrick@stwcx.xyz> | Wed Oct 06 12:48:56 2021 -0500 |
committer | Patrick Williams <patrick@stwcx.xyz> | Mon Oct 11 02:16:27 2021 +0000 |
tree | 8f83647e82fec18b5b7ad461a2e9eb5be2d3d537 | |
parent | 60c186b92abb1ba7de2db3a2a882ee91b6c753ec [diff] [blame] |
catch exceptions as const Signed-off-by: Patrick Williams <patrick@stwcx.xyz> Change-Id: I6a2316d11f1dd70d8dc2368c2aa01d88cf1cdb26
diff --git a/libpldmresponder/bios_table.cpp b/libpldmresponder/bios_table.cpp index a618f52..0524614 100644 --- a/libpldmresponder/bios_table.cpp +++ b/libpldmresponder/bios_table.cpp
@@ -23,7 +23,7 @@ { empty = fs::is_empty(filePath); } - catch (fs::filesystem_error& e) + catch (const fs::filesystem_error& e) { return true; }