On Tue Nov 14 19:10:24 2023 +0000, Gabriel Ivăncescu wrote:
The `ret[size] = '\0'` statement is **not** part of the if condition, so adding indentation to it should *actually* cause a warning. Can you post the warning? This sounds like a compiler bug to me.
I imagine this is trying to fix the warnings that can be seen in gitlab's build jobs. As you say, this isn't the correct fix.