Salome HOME
Issue #19190: group filter "on a solid"
[modules/shaper.git] / src / GeomAlgoAPI / GeomAlgoAPI_STEPExport.cpp
index b2125b91a538e0d675fc72cdef77392e0917610b..052a43ed8fae6de02626e8745f652e10f7ec78a9 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2014-2019  CEA/DEN, EDF R&D
+// Copyright (C) 2014-2020  CEA/DEN, EDF R&D
 //
 // This library is free software; you can redistribute it and/or
 // modify it under the terms of the GNU Lesser General Public
@@ -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)
 {