silenced warn

This commit is contained in:
2026-01-04 22:16:32 +03:00
parent aabdebbbbe
commit d56d05f01e

View File

@@ -152,7 +152,8 @@ namespace omath
class Anchor
{
public:
OMATH_FORCEINLINE constexpr Anchor(EncryptedVarType& var): m_var(var)
// ReSharper disable once CppNonExplicitConvertingConstructor
OMATH_FORCEINLINE constexpr Anchor(EncryptedVarType& var): m_var(var) // NOLINT(*-explicit-constructor)
{
m_var.decrypt();
}