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

fixed compiler warnings #288

Merged
merged 2 commits into from
Feb 16, 2024
Merged

fixed compiler warnings #288

merged 2 commits into from
Feb 16, 2024

Conversation

kyomawolf
Copy link
Contributor

I also fixed the compiler warning about comparing that count unsigned integer with an integer by simply casting it. This should cause no issue as there is a <0 check beforehand

@kyomawolf
Copy link
Contributor Author

Ah shit, seems like the update example commit came in as well; forgot to change the branch. Anyway, I updated the example to reflect the corresponding C example and made the Makefile work (at least under Linux, if someone could test it under Win/Mac this would be great). The builtin debug an run functionality of VSCode should be workign correctly as well

@kyomawolf
Copy link
Contributor Author

Also Build fails, for some reason it cant find the repository URL?

@RobLoach
Copy link
Owner

Thanks so much for the updates. For the automated tests, it looks like GitHub Actions could use some updates. Going to merge this forwards! Thanks so much.

@RobLoach RobLoach merged commit 9d17610 into RobLoach:master Feb 16, 2024
0 of 8 checks passed
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