|  common/platform/unix/SysThread.hpp:70:36: error: no matching constructor
for initialization of 'pthread_t'  SysThread() : attached(false),
_threadID(0) { ; }
|  common/platform/unix/SysThread.hpp:86:17: error: cannot convert
'pthread_t' to 'uintptr_t' (aka 'unsigned long') without a conversion
operator
| common/platform/unix/SysThread.hpp:89:37: error: cannot convert
'pthread_t' to 'size_t' (aka 'unsigned long') without a conversion operator
inline size_t hash() { return (((size_t)_threadID) >> 8 * 37; }

I have opened [bug:#1876] and committed some code fixes.
_______________________________________________
Oorexx-devel mailing list
Oorexx-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/oorexx-devel

Reply via email to