We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 42f7af6 commit 0c41d68Copy full SHA for 0c41d68
tests/integration/t_local_cache_threading.c
@@ -82,7 +82,7 @@ struct rand_state {
82
#define RNG_MAX (RNG_MODULUS - 1)
83
84
static unsigned long threadid_get_callback() {
85
- return aws_thread_current_thread_id();
+ return (unsigned long)aws_thread_current_thread_id();
86
}
87
88
static struct aws_mutex *mutex_array = NULL;
0 commit comments