]> SALOME platform Git repositories - modules/shaper.git/blobdiff - src/GeomAlgoAPI/GeomAlgoAPI_STEPExport.cpp
Salome HOME
Get rid of compilation warnings. Part II. MSVC warnings.
[modules/shaper.git] / src / GeomAlgoAPI / GeomAlgoAPI_STEPExport.cpp
index e39e2075a10f08b47b8e9253b8fd8bc11d7d74ff..052a43ed8fae6de02626e8745f652e10f7ec78a9 100644 (file)
@@ -29,7 +29,7 @@
 #include <Interface_Static.hxx>
 
 bool STEPExport(const std::string& theFileName,
-                const std::string& theFormatName,
+                const std::string& /*theFormatName*/,
                 const std::shared_ptr<GeomAPI_Shape>& theShape,
                 std::string& theError)
 {