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

Warn when Serial.printf() format is wrong #1090

Merged
merged 7 commits into from
Jan 1, 2023
Merged

Warn when Serial.printf() format is wrong #1090

merged 7 commits into from
Jan 1, 2023

Conversation

earlephilhower
Copy link
Owner

Let GCC check the format string to Print::printf(). Will catch when sketches use incorrect parameters to Serial::printf().

@earlephilhower earlephilhower merged commit d718b14 into master Jan 1, 2023
earlephilhower added a commit that referenced this pull request Jan 2, 2023
Exposed by #1090, remove ugly printf format warnings while in debug mode
earlephilhower added a commit that referenced this pull request Jan 2, 2023
Exposed by #1090, remove ugly printf format warnings while in debug mode
This pull request was closed.
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.

1 participant