fix warning on 32-bit platforms

This commit is contained in:
John Cupitt 2021-05-16 17:47:04 +01:00
parent e52a0d3912
commit dac75219b2
1 changed files with 1 additions and 1 deletions

View File

@ -302,7 +302,7 @@ set_stacksize( guint64 size )
{
#ifdef HAVE_PTHREAD_DEFAULT_NP
pthread_attr_t attr;
guint64 cur_stack_size;
size_t cur_stack_size;
/* Don't allow stacks less than 2mb.
*/