0024057: Eliminate compiler warning C4100 in MSVC++ with warning level 4
[occt.git] / src / WNT / W32_Allocator.hxx
index 0539a08..b53f1dd 100755 (executable)
@@ -117,7 +117,7 @@ struct W32_Note {  // base class to represent graphic object
 #ifdef OCC5415
  void operator delete (void*, W32_Allocator*) {}
 private: // to protect against possible accidental usage
- void operator delete (void* p) {}
+ void operator delete (void*) {}
 #endif
 };
 ///