]> SALOME platform Git repositories - modules/shaper.git/blobdiff - src/ParametersPlugin/ParametersPlugin_Parameter.cpp
Salome HOME
Get rid of compilation warnings. Part I.
[modules/shaper.git] / src / ParametersPlugin / ParametersPlugin_Parameter.cpp
index bb118bb058e8d17e8ab332e961f1d222be26d851..49121ea3a9f37c64fc16d1c4d486fd52f36f8cbe 100644 (file)
@@ -150,7 +150,7 @@ double ParametersPlugin_Parameter::evaluate(const std::string& theExpression, st
     theError = aProcessMessage->error();
     // compare the list of parameters to store if changed
     AttributeRefListPtr aParams = reflist(ARGUMENTS_ID());
-    bool aDifferent = aParams->size() != aParamsList.size();
+    bool aDifferent = aParams->size() != (int)aParamsList.size();
     if (!aDifferent) {
       std::list<ResultParameterPtr>::const_iterator aNewIter = aParamsList.begin();
       std::list<ObjectPtr> anOldList = aParams->list();