-
Before filing a bug report, I'd like to check if it's a framework bug or not.
I call Is this some configuration error on my side? How can I check? I'm building using latest platformio. PS The reason I'm not sure this is a framework bug, it that it only fails when I enable debug logging. So there might be something in my code that smells. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 6 replies
-
Commenting out the call to |
Beta Was this translation helpful? Give feedback.
-
Argh. found it. I compiled again but now with |
Beta Was this translation helpful? Give feedback.
Argh. found it. I compiled again but now with
-Wshadow
. Fixed my own mistake.Case closed.