vs2019: warning in sched_getscheduler.c and sched_setscheduler.c
Opened this issue · 0 comments
dontech commented
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