-
-
Notifications
You must be signed in to change notification settings - Fork 133
Fix error: reinterpret_cast from 'const __FlashStringHelper *' (aka 'const __attribute__((address_space(1))) char *') to 'const char *' is not allowed
when compiling with Clang
#184
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
Conversation
CLAassistant
commented
Feb 24, 2023
CLA assistant check
Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you sign our Contributor License Agreement before we can accept your contribution.
You have signed the CLA already but the status is still pending? Let us recheck it.
...'const __attribute__((address_space(1))) char *') to 'const char *' is not allowed` when compiling with Clang
2da1a5a
to
3290e34
Compare
Codecov ReportBase: 95.70% // Head: 95.70% // No change to project coverage 👍
Additional details and impacted files@@ Coverage Diff @@ ## master #184 +/- ## ======================================= Coverage 95.70% 95.70% ======================================= Files 13 13 Lines 954 954 ======================================= Hits 913 913 Misses 41 41
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report at Codecov. |
Related: arduino/ArduinoCore-avr#524