-
-
Notifications
You must be signed in to change notification settings - Fork 7k
Compiler warnings when compiling EEPROM.h #3783
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
Comments
Cheers, in the update proposal I have in the works, all the warnings are fixed. Once all the changes are pushed, I'll link here and add a post the dev mailing list. 👍 |
Any update on this? |
Yeah, I have the updated files ready, I'll do up a PR after work tomorrow. |
Bump - problem is still there in 1.8.0. Need to compile with "All" warnings on to see it. |
This has been fixed and added to the next proposal (Chris--A@acbd8bc) here |
@Chris--A I can't seem to find the pull request. |
It looks like this is still present in 1.8.5 |
Any news on removing the two |
Do you think making a PR would help with this 2½ years old trivial fix ? |
It can't make things any slower. :) |
I'm closing this in favor of arduino/ArduinoCore-avr#36 which describes the same issue, but is in the (by now) right repository (and has a PR with a fix). |
Under 1.6.4 of the IDE (and reportedly under nightly builds as well) compiling an EEPROM example gives this warning:
To fix, remove the first const from both of those lines.
The text was updated successfully, but these errors were encountered: