Salome HOME
#18963 Minimize compiler warnings
[modules/kernel.git] / src / SALOMEDSImpl / SALOMEDSImpl_AttributePythonObject.cxx
index 58066fd25221f96e56bc34230e4e0657c7766692..387f4085404cf0541ee0e150ff849db31fbcc762 100644 (file)
@@ -71,7 +71,7 @@ bool SALOMEDSImpl_AttributePythonObject::IsScript() const
 
 int SALOMEDSImpl_AttributePythonObject::GetLength() const
 {
-  return mySequence.size();
+  return (int)mySequence.size(); //!< TODO: conversion from size_t to int
 }
 
 const std::string& SALOMEDSImpl_AttributePythonObject::ID() const