-
Notifications
You must be signed in to change notification settings - Fork 50
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 ESP8266 Compiler Warnings #474
Conversation
…s: 'long unsigned int' and 'long int' [-Wsign-compare]
@tyeth Could you please review this PR? If it is OK, you can merge it in. I did touch some core API things (mostly marking unused parameters to avoid warnings) so it may require a functional test. For any PRs failing on ESP8266: Merge this PR after and see if they work |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
One missed, see tyeth@9532d0b
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Also a long vs uint32 warning, about sensor period.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@brentru Looks good, makes sense removing the i2c bus number too for now.
Suggested changes (can't seem to suggest or comment in non-touched files + areas)
Implemented changes from tyeth@9532d0b in commit ece56dd |
This PR seeks to reduce ESP8266 builds failing by reducing the amount of compiler warnings produced such as: