-
Notifications
You must be signed in to change notification settings - Fork 297
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
Various warnings fixes. #1489
base: main
Are you sure you want to change the base?
Various warnings fixes. #1489
Conversation
It's to fix this warning. delay_ms() is defined for all other platforms in new_common.h, although like a few other things there is a bit of duplication and redundancy and inconsistencies.
It's not terribly important here but implicit declarations are a good way to introduce subtle bugs and what most of the patch addresses. |
If it says: |
I didn't see where it was defined, and every other platform #defines delay_ms to something appropriate. Should they also be changed? Where does it reside?
Seems it's only defined for microsoft windows? There is no delay_ms() in sdk/OpenLN882H either. |
Mostly minor warnings found using -Wall.
Also some others for OpenLN882H, some of them a bit more serious. Not sure where to put them tho.
ln882h.txt