mirror of
https://github.com/gnss-sdr/gnss-sdr
synced 2025-09-05 04:17:58 +00:00
Fix clang-tidy bugprone-exception-escape check
This commit is contained in:
@@ -1147,7 +1147,7 @@ rtklib_pvt_gs::~rtklib_pvt_gs()
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
catch (std::length_error& e)
|
catch (const std::exception& e)
|
||||||
{
|
{
|
||||||
LOG(WARNING) << e.what();
|
LOG(WARNING) << e.what();
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user