dougbinks / enkiTS

A permissively licensed C and C++ Task Scheduler for creating parallel programs. Requires C++11 support.
zlib License
1.66k stars 138 forks source link

Conversion warnings #101

Closed BobbyAnguelov closed 11 months ago

BobbyAnguelov commented 11 months ago

There are 3 conversion warnings currently in taskscheduler.cpp that only showed up when switching the c++ std to cpp20

TaskScheduler.cpp(408,68): warning C4242: 'argument': conversion from 'uint32_t' to 'WORD', possible loss of data
TaskScheduler.cpp(417,79): warning C4242: 'argument': conversion from 'uint32_t' to 'WORD', possible loss of data
TaskScheduler.cpp(434,52): warning C4242: '=': conversion from 'uint32_t' to 'WORD', possible loss of data
dougbinks commented 11 months ago

Thanks - fix on it's way.