Salome HOME
#18963 Minimize compiler warnings
[modules/gui.git] / src / Qtx / QtxEvalExpr.cxx
index 6c2b69bb07f7bff23540e3a0d6c9b4d645cc0c30..38f41b3f91ea1c0231b11fc9302e613d42416d19 100644 (file)
@@ -1912,7 +1912,7 @@ int QtxEvalSetMath::priority( const QString& op, bool isBin ) const
   \param v2 second argument (not valid for unary postfix operations)
   \return error code (QtxEvalExpr::Error)
 */
-QtxEvalExpr::Error QtxEvalSetMath::calculate( const QString& op, QVariant& v1, QVariant& v2 ) const
+QtxEvalExpr::Error QtxEvalSetMath::calculate( const QString& op, QVariant& /*v1*/, QVariant& v2 ) const
 {
   QtxEvalExpr::Error err = QtxEvalExpr::OK;
   double val = v2.toDouble();