Jessica Clarke <[email protected]> wrote: > A conditional assignment of the same value that has already been > assigned unconditionally is unidiomatic code generally regarded as a > code smell and should be avoided. In an ideal world that would give a
I agree. I've been bitten by __unused recently when porting stuff to linux so was looking to avoid that.
