From 0123185ed1c4c66e96ed88addec839bd65c4fb49 Mon Sep 17 00:00:00 2001 From: ibs Date: Mon, 2 Nov 2015 17:41:04 +0300 Subject: [PATCH] 0026831: Configuration - define HashCode for pthread_t on Android explicit cast Standard_ThreadId to Standard_Size --- src/BOPCol/BOPCol_Parallel.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/BOPCol/BOPCol_Parallel.hxx b/src/BOPCol/BOPCol_Parallel.hxx index 2204a0cb43..efea73fc69 100644 --- a/src/BOPCol/BOPCol_Parallel.hxx +++ b/src/BOPCol/BOPCol_Parallel.hxx @@ -87,7 +87,7 @@ class BOPCol_ContextFunctor static Standard_Integer HashCode(const Standard_ThreadId theKey, const Standard_Integer Upper) { - return ::HashCode(theKey, Upper); + return ::HashCode((Standard_Size)theKey, Upper); } static Standard_Boolean IsEqual(const Standard_ThreadId theKey1,