Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Conversion warnings #101

Closed
BobbyAnguelov opened this issue Aug 7, 2023 · 1 comment
Closed

Conversion warnings #101

BobbyAnguelov opened this issue Aug 7, 2023 · 1 comment
Assignees

Comments

@BobbyAnguelov
Copy link

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
Copy link
Owner

dougbinks commented Aug 8, 2023

Thanks - fix on it's way.

@dougbinks dougbinks self-assigned this Aug 8, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants