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

Change non returning functions to void + spelling #251

Merged
merged 3 commits into from
Aug 23, 2022

Conversation

dominsch
Copy link
Contributor

Very small change to get rid of compiler warnings. It also shrunk my program by 16850 bytes which is a nice benefit.

@per1234 per1234 added type: imperfection Perceived defect in any part of project topic: code Related to content of the project itself labels Aug 18, 2022
@dominsch
Copy link
Contributor Author

Just noticed this fixes #244

@per1234 per1234 linked an issue Aug 20, 2022 that may be closed by this pull request
@facchinm
Copy link
Contributor

Thanks for the contribution!

@facchinm facchinm merged commit fae1e36 into arduino-libraries:master Aug 23, 2022
@dominsch dominsch deleted the cleanup branch August 23, 2022 12:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
topic: code Related to content of the project itself type: imperfection Perceived defect in any part of project
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Compiler error no return statement in function returning non-void
3 participants