]> SALOME platform Git repositories - modules/shaper.git/blobdiff - src/Selector/Selector_Primitive.cpp
Salome HOME
Get rid of compilation warnings. Part II. MSVC warnings.
[modules/shaper.git] / src / Selector / Selector_Primitive.cpp
index 6fa120db955b16b56aa4eb3562119f812b1391ab..d93241f73a1e8fa2041ba26e6a89f3b4749a489d 100644 (file)
@@ -48,7 +48,7 @@ bool Selector_Primitive::restore()
 }
 
 TDF_Label Selector_Primitive::restoreByName(std::string theName,
-  const TopAbs_ShapeEnum theShapeType, Selector_NameGenerator* theNameGenerator)
+  const TopAbs_ShapeEnum /*theShapeType*/, Selector_NameGenerator* theNameGenerator)
 {
   TDF_Label aContext;
   if (theNameGenerator->restoreContext(theName, aContext, myFinal)) {