0024057: Eliminate compiler warning C4100 in MSVC++ with warning level 4
[occt.git] / src / MDataStd / MDataStd_BooleanListStorageDriver.cxx
index f96330a..6ee004e 100755 (executable)
@@ -69,7 +69,7 @@ Handle(PDF_Attribute) MDataStd_BooleanListStorageDriver::NewEmpty() const
 //=======================================================================
 void MDataStd_BooleanListStorageDriver::Paste(const Handle(TDF_Attribute)&  Source,
                                              const Handle(PDF_Attribute)&        Target,
-                                             const Handle(MDF_SRelocationTable)& RelocTable) const
+                                             const Handle(MDF_SRelocationTable)& /*RelocTable*/) const
 {
   Handle(TDataStd_BooleanList) S = Handle(TDataStd_BooleanList)::DownCast (Source);
   Handle(PDataStd_BooleanList) T = Handle(PDataStd_BooleanList)::DownCast (Target);