compiler warning fixed

This commit is contained in:
Tobias Brunner
2009-05-06 09:11:19 -04:00
parent a9f56adb59
commit e382d96f62
@@ -119,7 +119,7 @@ static void destroy_function(struct CRYPTO_dynlock_value *lock,
*/
static unsigned long id_function(void)
{
return pthread_self();
return (unsigned long)pthread_self();
}
/**