Skip to content

Avoid compiler warning in esp32 3.1.0 #53

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

Merged
merged 1 commit into from
Jan 3, 2025

Conversation

mazgch
Copy link
Contributor

@mazgch mazgch commented Jan 2, 2025

Avoid overloaded-virtual warning when compiled with All warnings.

warning: 'virtual size_t Print::write(const uint8_t*, size_t)' was hidden [-Woverloaded-virtual=]
64 | virtual size_t write(const uint8_t *buffer, size_t size);
by
note: by 'SARA_R5::write'
707 | virtual size_t write(const char *buffer, size_t size);

Avoid overloaded-virtual warning when compiled with All warnings. 

warning: 'virtual size_t Print::write(const uint8_t*, size_t)' was hidden [-Woverloaded-virtual=]
   64 |   virtual size_t write(const uint8_t *buffer, size_t size);
 by
note:   by 'SARA_R5::write'
  707 |   virtual size_t write(const char *buffer, size_t size);
@PaulZC PaulZC merged commit e41e11a into sparkfun:release_candidate Jan 3, 2025
10 checks passed
@PaulZC
Copy link
Collaborator

PaulZC commented Jan 3, 2025

Thank you Michael - I will release this shortly.
Happy New Year!
Paul

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