[23:29:01] Dominus: Marzo, if you ever revisit the xbr scaler, newer clang compiler warns about the no effect usage of abs in three or four cases
[23:29:41] Dominus: wjp, marzo, this one might be a more useful abs warning:
[23:29:43] Dominus: ucinternal.cc:644:11: warning: absolute value function 'abs' given an argument
[23:29:43] Dominus: of type 'long' but has parameter of type 'int' which may cause truncation
[23:29:43] Dominus: of value [-Wabsolute-value]
[23:30:07] Dominus: ucinternal.cc:644:11: note: use function 'std::abs' instead