pthread-win32
pthread-win32 copied to clipboard
vs2019: warning in sched_getscheduler.c and sched_setscheduler.c
Hello Ger,
I get the following in VS2019:
sched_setscheduler.c(65,60): warning C4244: 'function': conversion from 'pid_t' to 'DWORD', possible loss of data sched_getscheduler.c(63,62): warning C4244: 'function': conversion from 'pid_t' to 'DWORD', possible loss of data
Maybe a cast here would be OK, but someone should probably check..
Thanks,
/pedro