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

Fix compile-time warnings in lv_sjpg.c. #22

Merged
merged 1 commit into from
Aug 4, 2021

Conversation

cmumford
Copy link
Contributor

@cmumford cmumford commented Aug 4, 2021

TJpgDec switched from unsigned int to size_t for several functions.
This introduced new warnings due to mismatched types - primarily
when compiling for 64-bit.

TJpgDec switched from `unsigned int` to `size_t` for several functions.
This introduced new warnings due to mismatched types - primarily
when compiling for 64-bit.
@kisvegabor
Copy link
Member

Thanks!

@kisvegabor kisvegabor merged commit 4c233d0 into lvgl:master Aug 4, 2021
@cmumford cmumford deleted the fix-warnings branch August 4, 2021 13:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants