Salome HOME
Bos #20438: [CEA] SIGSEGV in SHAPER and GEOM in Pipe binormal. Correction to obtain...
[modules/geom.git] / src / VTKPlugin / VTKPlugin_IECallBack.cxx
old mode 100755 (executable)
new mode 100644 (file)
index 389e6ad..a9f8c3a
@@ -1,4 +1,4 @@
-// Copyright (C) 2014-2016  CEA/DEN, EDF R&D, OPEN CASCADE
+// Copyright (C) 2014-2021  CEA/DEN, EDF R&D, OPEN CASCADE
 //
 // This library is free software; you can redistribute it and/or
 // modify it under the terms of the GNU Lesser General Public
@@ -47,7 +47,7 @@ VTKPlugin_IECallBack::~VTKPlugin_IECallBack()
 //=============================================================================
 bool VTKPlugin_IECallBack::Export( const Handle(GEOM_Object)      theOriginal,
                                    const TCollection_AsciiString& theFileName,
-                                   const TCollection_AsciiString& theFormatName )
+                                   const TCollection_AsciiString& /*theFormatName*/ )
 {
   VTKPlugin_IOperations* aPluginOperations = VTKPlugin_OperationsCreator::get( GetEngine() );
   const double aDeflection = 0.001;