-
Notifications
You must be signed in to change notification settings - Fork 39
src/xpcc/ui/gui/widgets/widget.cpp:46:1: warning: all paths through this function will call itself [-Winfinite-recursion] #177
Comments
nice find! This was most likely introduced in 447ac90. Reminds me of this Debian cleanup |
@daniel-k, @salkinium can you try to figure out what the future of our (somewhat broken) GUI stack will be? |
So obviously I believe that the current solution is sufficient for our simple GUI needs. It all boils down to people taking ownership of something and writing code. That's why we even have a GUI system at all. |
OK. I just feel like the whole architecture involving the color palette is fundamentally broken: First I tried to make it compile on AVR and then you "fixed" it for clang and produced an infinite loop. So I feel like there is no quick fix for this issue, but someone (TM) has to reevaluate the design and figure out how to implement the color palette in a clean and non broken way. |
Well, I tried to "do it right" once and now I'm yak-shaving upainter… |
We do not change our complete model. I just think that the way |
src/xpcc/ui/gui/widgets/widget.cpp:46:1: warning: all paths through this function will call itself [-Winfinite-recursion]
What's wrong here?
The text was updated successfully, but these errors were encountered: