0024057: Eliminate compiler warning C4100 in MSVC++ with warning level 4
[occt.git] / src / IGESSelect / IGESSelect_EditDirPart.cxx
index 851306a..94c11c8 100755 (executable)
@@ -1,3 +1,20 @@
+// Copyright (c) 1999-2012 OPEN CASCADE SAS
+//
+// The content of this file is subject to the Open CASCADE Technology Public
+// License Version 6.5 (the "License"). You may not use the content of this file
+// except in compliance with the License. Please obtain a copy of the License
+// at http://www.opencascade.org and read it completely before using this file.
+//
+// The Initial Developer of the Original Code is Open CASCADE S.A.S., having its
+// main offices at: 1, place des Freres Montgolfier, 78280 Guyancourt, France.
+//
+// The Original Code and all software distributed under the License is
+// distributed on an "AS IS" basis, without warranty of any kind, and the
+// Initial Developer hereby disclaims all such warranties, including without
+// limitation, any warranties of merchantability, fitness for a particular
+// purpose or non-infringement. Please see the License for the specific terms
+// and conditions governing the rights and limitations under the License.
+
 #include <IGESSelect_EditDirPart.ixx>
 #include <Interface_TypedValue.hxx>
 #include <Interface_Static.hxx>
@@ -116,11 +133,11 @@ static  Handle(Interface_TypedValue) NewDefList(const Standard_CString name)
       {  return TCollection_AsciiString ("IGES Header");  }
 
     Standard_Boolean  IGESSelect_EditDirPart::Recognize
-  (const Handle(IFSelect_EditForm)& form) const
+  (const Handle(IFSelect_EditForm)& /*form*/) const
 {  return Standard_True;  }  // ??
 
     Handle(TCollection_HAsciiString)  IGESSelect_EditDirPart::StringValue
-  (const Handle(IFSelect_EditForm)& form, const Standard_Integer num) const
+  (const Handle(IFSelect_EditForm)& /*form*/, const Standard_Integer num) const
 {
 //  Default Values
   return TypedValue(num)->HStringValue();
@@ -205,7 +222,7 @@ Handle(TCollection_HAsciiString)  DefListName (const IGESData_DefList& deflist)
   (const Handle(IFSelect_EditForm)& form,
    const Standard_Integer num,
    const Handle(TCollection_HAsciiString)& val,
-   const Standard_Boolean enforce) const
+   const Standard_Boolean /*enforce*/) const
 {
   Handle(TCollection_HAsciiString) nulstr;
   Handle(IGESData_IGESModel) modl =