GerHobbelt / pthread-win32

clone of pthread-win32 (a.k.a. pthreads4w) + local tweaks (including MSVC2008 - MSVC2022 project files)
Other
350 stars 166 forks source link

vs2019: warning in sched_getscheduler.c and sched_setscheduler.c #27

Open dontech opened 3 months ago

dontech commented 3 months ago

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