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
.
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
.
added Code Quality sonarcloud labels
assigned to @mdavis
584-fix-incorrect-type-in-errnum-class
to address this issue created branch 584-fix-incorrect-type-in-errnum-class
to address this issue
mentioned in merge request !437 (merged)
closed with merge request !437 (merged)