lwip: fix parentheses equality issue#9605
Conversation
Another issue revealed by `llvm`. Since this is caused by the resolution of a macro in lwIP this can't be solved as a patch, so we just ignore the warning.
|
@cladmi wanna give it a try? |
|
I will. But currently I need to listen to juan presenting this for the moment. And try to backport the #9612 pr. |
|
I do not manage to make this fail in master even in docker… Compiles without issue. Do you remember which test was broken ? |
|
Murdock complained in every |
|
Then I miss something on how it is build. Is not murdock using the I also tested with |
|
@miri64 I see them thank you. I still would like to know why it is only failing in murdock and not in Ubuntu16.04 or the Docker image. @kaspar030 @smlng do you have any ideas ? I will merge if it is the last thing blocking #9398 even if unsolved. |
|
Not an issue after all with the correct compile config, so close. |
Contribution description
Another issue revealed by
llvm. Since this is caused by the resolutionof a macro in lwIP this can't be solved as a patch, so we just ignore
the warning.
Issues/PRs references
Fixes an issue revealed by #9398.