commit | 1a9a5a6a144e81d8b61e6f999d8de7cba731ae6e | [log] [tgz] |
---|---|---|
author | Patrick Williams <patrick@stwcx.xyz> | Wed Oct 06 13:05:06 2021 -0500 |
committer | Patrick Williams <patrick@stwcx.xyz> | Wed Oct 06 13:05:06 2021 -0500 |
tree | 21cd02c72f7c60cbeae5619266fc0a7f4f3075d2 | |
parent | 4079f09d2fb03994b45fdf6af5f165dd18f39b1e [diff] [blame] |
catch exceptions as const Signed-off-by: Patrick Williams <patrick@stwcx.xyz> Change-Id: Ia8f2ae95679f98f2fc3f32239bbf3b3578c35888
diff --git a/targeting.cpp b/targeting.cpp index 7b919be..e568bcd 100644 --- a/targeting.cpp +++ b/targeting.cpp
@@ -92,7 +92,7 @@ } } } - catch (std::filesystem::filesystem_error& e) + catch (const std::filesystem::filesystem_error& e) { using metadata = xyz::openbmc_project::Common::File::Open;