Fix incorrect type in Errnum class
In common/exception/Errnum.hpp
, the type of status is int
but (at least in some cases) should be ssize_t
. This is causing a SonarCloud warning implicit conversion loses integer precision
.
Please be advised that registry.cern.ch registry (Registry Service) will be unavailable next Monday, March 10th starting at 08:00h (Geneva time) for a short period of time. This may cause temporary disruptions to your workflows. Further information: OTG0154905
In common/exception/Errnum.hpp
, the type of status is int
but (at least in some cases) should be ssize_t
. This is causing a SonarCloud warning implicit conversion loses integer precision
.