-
-
Notifications
You must be signed in to change notification settings - Fork 19.2k
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
[BUG] Compiler warnings #15090
Comments
or 1.9 or vs code with platform.io extension |
no, IDE 1.9.0 beta doesn't help - the warning is still present. |
@Ludy87: the fix solved the problem! |
@boelle i can confirm |
@Ludy87 oki, we can close this one when the PR is merged now you just need to make fix's for the other bugs :-D |
@boelle Which mistakes are that? |
For #15086 I already wrote a PR ;-P |
@boelle |
@Ludy87 it was meant like a joke :-D we have a lut of bugs that needs a smart head or maybe 10 smart heads but of course an issue list without bugs is never going to happen, when new things are added the risk of bugs is there |
pr is merged, closing |
This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
In bugfix-2.0.x branch there is a compiler warning issue since a longer time (i think somewhere in 2018):
In many compiled programs I get following warning (Arduino IDE 1.8.7):
===============
In file included from C:\Users\Martin\AppData\Local\Temp\arduino_build_976427\sketch\src\gcode\temperature\M140_M190.cpp:30:0:
c:\users\martin\appdata\local\temp\arduino_build_976427\sketch\src\lcd\ultralcd.h:343:29: warning: extra qualification 'MarlinUI::' on member 'expire_status_ms' [-fpermissive]
===============
Maybe someone can find the issue...
Thanks,
Martin
The text was updated successfully, but these errors were encountered: