mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-08-14 13:30:48 +03:00
0026581: Eliminate compile warnings obtained by building occt with vc14: 'type cast' conversion
This commit is contained in:
@@ -87,7 +87,7 @@ class BOPCol_ContextFunctor
|
||||
static Standard_Integer HashCode(const Standard_ThreadId theKey,
|
||||
const Standard_Integer Upper)
|
||||
{
|
||||
return ::HashCode(reinterpret_cast<Standard_Address>(theKey), Upper);
|
||||
return ::HashCode(theKey, Upper);
|
||||
}
|
||||
|
||||
static Standard_Boolean IsEqual(const Standard_ThreadId theKey1,
|
||||
|
Reference in New Issue
Block a user