]> SALOME platform Git repositories - modules/gui.git/blobdiff - tools/CurvePlot/src/cpp/test/test_curveplot.cxx
Salome HOME
#18963 Minimize compiler warnings
[modules/gui.git] / tools / CurvePlot / src / cpp / test / test_curveplot.cxx
index b527cbb7644e2186de52743fdfe3368e90dffe42..bb7254ccaf64b0a41b2992faa9a4df08e743d5f6 100644 (file)
@@ -67,7 +67,7 @@ void TestCurvePlot::onClicked()
 //  std::string s = xx.toStdString();
 //  std::cout << "test xx: " << s << std::endl;
   std::cout << "setting X label " << CurvePlot::SetXLabel("tôtô") << std::endl;
-  PlotID crv_id = CurvePlot::AddCurve(xx, yy, ps_id, "the cérve", "th x", "the y-s", false);
+  /*PlotID crv_id = */CurvePlot::AddCurve(xx, yy, ps_id, "the cérve", "th x", "the y-s", false);
   std::cout << "setting X label " << CurvePlot::SetXLabel("tôtô") << std::endl;
 }