Closed sambrightman closed 7 years ago
Yes, == was a bug. I corrected it 10 minutes ago :) I have also removed some unused variables. Thank you for your feedback. The changes will appear in v10.3
I have cleaned the code a little bit in v10.2. and the "==" typo was fixed.
Great! I've done some more in #12.
When building FREEC with a modern toolchain, I see quite a few suspicious warnings:
https://gist.github.com/sambrightman/dbb4b3d3e260672b0ed57a89c8869c79
==
instead of=
looks like a clear bug&&
/||
precedence issues look okay but some look suspicious (probably best to clarify all of them with parentheses)For me the compiler is:
but recent versions of GCC should also warn about such things.