Skip to content

Remove compiler warning#973

Merged
Links2004 merged 7 commits intoLinks2004:masterfrom
hasenradball:remove_compiler_warning
Jan 31, 2026
Merged

Remove compiler warning#973
Links2004 merged 7 commits intoLinks2004:masterfrom
hasenradball:remove_compiler_warning

Conversation

@hasenradball
Copy link
Copy Markdown
Contributor

With actual 2.7.3 a unnecessary compiler warning occurs.

grafik

See fix povided!

@hasenradball
Copy link
Copy Markdown
Contributor Author

Why does it occur again it was fixed already in 2024!
#854

@Links2004
Copy link
Copy Markdown
Owner

Links2004 commented Jan 31, 2026

the problem is that diffrent boards / MCUs (e.g. ESP8266 vs ESP32) have divrent data sizes for the same type.
you will allways have a board that has this type of warning with out using ifdef to handle them diffrent.

but I assume that ESP32 is the most common used right now so optimizing for this is on way to go about it.

@Links2004 Links2004 merged commit 163f782 into Links2004:master Jan 31, 2026
43 checks passed
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